Use smaller margin for up/down button
This commit is contained in:
parent
19ad3df8fa
commit
9d3c9f8f0d
@ -154,7 +154,7 @@ void RaceGUIMultitouch::init()
|
||||
if (m_device->isAccelerometerActive())
|
||||
{
|
||||
m_device->addButton(BUTTON_UP_DOWN,
|
||||
int(steering_btn_x + btn2_size / 4), int(steering_btn_y),
|
||||
int(margin), int(steering_btn_y),
|
||||
int(btn2_size / 2), int(btn2_size));
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user