diff options
Diffstat (limited to 'gui/devices/540x960/res')
-rw-r--r-- | gui/devices/540x960/res/ui.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gui/devices/540x960/res/ui.xml b/gui/devices/540x960/res/ui.xml index a60fb3db0..ace65ebfa 100644 --- a/gui/devices/540x960/res/ui.xml +++ b/gui/devices/540x960/res/ui.xml @@ -2451,21 +2451,21 @@ <action function="page">screen</action> </object> - <object type="button"> - <highlight color="%highlight_color%" /> - <placement x="%col2_x%" y="%row4_y%" /> + <object type="button"> + <placement x="%col1_x%" y="%row4_y%" /> <font resource="font" color="%button_text_color%" /> - <text>Vibration Duration</text> + <text>Restore Defaults</text> <image resource="main_button" /> - <action function="page">Vibrate</action> + <action function="restoredefaultsettings"></action> </object> <object type="button"> - <placement x="%col_x%" y="%row4_y%" /> + <highlight color="%highlight_color%" /> + <placement x="%col2_x%" y="%row4_y%" /> <font resource="font" color="%button_text_color%" /> - <text>Restore Defaults</text> + <text>Vibration Duration</text> <image resource="main_button" /> - <action function="restoredefaultsettings"></action> + <action function="page">Vibrate</action> </object> <object type="action"> |