diff options
Diffstat (limited to 'gui/devices/watch/res/watch.xml')
-rw-r--r-- | gui/devices/watch/res/watch.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/devices/watch/res/watch.xml b/gui/devices/watch/res/watch.xml index 00780d00f..3adf1643b 100644 --- a/gui/devices/watch/res/watch.xml +++ b/gui/devices/watch/res/watch.xml @@ -2511,7 +2511,7 @@ </object> <object type="button"> - <placement x="%col1_x%" y="%row2_text_y%" /> + <placement x="%col1_x%" y="%row2_text_y%" textplacement="6" /> <font resource="font" color="%text_color%" /> <condition var1="tw_screen_timeout_secs" op="=" var2="0" /> <condition var1="tw_no_screen_timeout" op="!=" var2="1" /> @@ -2521,7 +2521,7 @@ </object> <object type="button"> - <placement x="%col1_x%" y="%row2_text_y%" /> + <placement x="%col1_x%" y="%row2_text_y%" textplacement="6" /> <font resource="font" color="%text_color%" /> <condition var1="tw_screen_timeout_secs" op="!=" var2="0" /> <condition var1="tw_no_screen_timeout" op="!=" var2="1" /> |