diff options
Diffstat (limited to 'gui/devices')
-rw-r--r-- | gui/devices/landscape/res/landscape.xml | 4 | ||||
-rw-r--r-- | gui/devices/portrait/res/portrait.xml | 4 | ||||
-rw-r--r-- | gui/devices/watch/res/watch.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/gui/devices/landscape/res/landscape.xml b/gui/devices/landscape/res/landscape.xml index c75be3c6f..57406d9c8 100644 --- a/gui/devices/landscape/res/landscape.xml +++ b/gui/devices/landscape/res/landscape.xml @@ -990,7 +990,7 @@ </object> <object type="button"> - <placement x="%col3_x%" y="%row10_text_y%" /> + <placement x="%col3_x%" y="%row10_text_y%" textplacement="6" /> <font resource="font" color="%text_color%" /> <condition var1="tw_mount_system_ro" op="=" var2="0" /> <text>Only mount system read-only</text> @@ -999,7 +999,7 @@ </object> <object type="button"> - <placement x="%col3_x%" y="%row10_text_y%" /> + <placement x="%col3_x%" y="%row10_text_y%" textplacement="6" /> <font resource="font" color="%text_color%" /> <condition var1="tw_mount_system_ro" op="!=" var2="0" /> <text>Only mount system read-only</text> diff --git a/gui/devices/portrait/res/portrait.xml b/gui/devices/portrait/res/portrait.xml index 969044c19..db54e5527 100644 --- a/gui/devices/portrait/res/portrait.xml +++ b/gui/devices/portrait/res/portrait.xml @@ -2125,7 +2125,7 @@ </object> <object type="button"> - <placement x="%col1_x%" y="%system_ro_y%" /> + <placement x="%col1_x%" y="%system_ro_y%" textplacement="6" /> <font resource="font" color="%text_color%" /> <condition var1="tw_mount_system_ro" op="=" var2="0" /> <text>Only mount system read-only</text> @@ -2134,7 +2134,7 @@ </object> <object type="button"> - <placement x="%col1_x%" y="%system_ro_y%" /> + <placement x="%col1_x%" y="%system_ro_y%" textplacement="6" /> <font resource="font" color="%text_color%" /> <condition var1="tw_mount_system_ro" op="!=" var2="0" /> <text>Only mount system read-only</text> diff --git a/gui/devices/watch/res/watch.xml b/gui/devices/watch/res/watch.xml index 28198fb2d..00780d00f 100644 --- a/gui/devices/watch/res/watch.xml +++ b/gui/devices/watch/res/watch.xml @@ -2133,7 +2133,7 @@ </object> <object type="button"> - <placement x="%col1_x%" y="%system_ro_y%" /> + <placement x="%col1_x%" y="%system_ro_y%" textplacement="6" /> <font resource="font" color="%text_color%" /> <condition var1="tw_mount_system_ro" op="=" var2="0" /> <text>Only mount system read-only</text> @@ -2142,7 +2142,7 @@ </object> <object type="button"> - <placement x="%col1_x%" y="%system_ro_y%" /> + <placement x="%col1_x%" y="%system_ro_y%" textplacement="6" /> <font resource="font" color="%text_color%" /> <condition var1="tw_mount_system_ro" op="!=" var2="0" /> <text>Only mount system read-only</text> |