Fix wrong size of accelerator icon in init dialog
This commit is contained in:
parent
fbb1889faa
commit
490bb88cb0
@ -8,7 +8,7 @@
|
|||||||
<spacer height="7%" width="10"/>
|
<spacer height="7%" width="10"/>
|
||||||
|
|
||||||
<ribbon id="control_type" proportion="1" width="100%" align="center">
|
<ribbon id="control_type" proportion="1" width="100%" align="center">
|
||||||
<icon-button id="accelerometer" width="64" height="128"
|
<icon-button id="accelerometer" width="128" height="128"
|
||||||
icon="gui/icons/android/accelerator_icon.png" I18N="Control type" text="Accelerometer"/>
|
icon="gui/icons/android/accelerator_icon.png" I18N="Control type" text="Accelerometer"/>
|
||||||
<icon-button id="gyroscope" width="128" height="128"
|
<icon-button id="gyroscope" width="128" height="128"
|
||||||
icon="gui/icons/android/gyroscope_icon.png" I18N="Control type" text="Gyroscope"/>
|
icon="gui/icons/android/gyroscope_icon.png" I18N="Control type" text="Gyroscope"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user