diff options
Diffstat (limited to 'gui/devices/landscape/res')
-rw-r--r-- | gui/devices/landscape/res/landscape.xml | 4 |
1 files changed, 2 insertions, 2 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> |