diff options
Diffstat (limited to 'gui/devices/portrait')
-rw-r--r-- | gui/devices/portrait/res/portrait.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/devices/portrait/res/portrait.xml b/gui/devices/portrait/res/portrait.xml index db54e5527..9c230675f 100644 --- a/gui/devices/portrait/res/portrait.xml +++ b/gui/devices/portrait/res/portrait.xml @@ -2512,7 +2512,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" /> @@ -2522,7 +2522,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" /> |