diff options
Diffstat (limited to 'gui/devices/watch')
-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 00806f0cf..c40e981ff 100644 --- a/gui/devices/watch/res/watch.xml +++ b/gui/devices/watch/res/watch.xml @@ -75,7 +75,7 @@ <style name="slider"> <text>Swipe to Confirm</text> <font resource="font" color="%text_color%" /> - <placement x="%slider_x%" y="%slider_y%" placement="5" /> + <placement x="%center_x%" y="%slider_y%" placement="5" /> <resource base="slider" used="slider-used" touch="slider-touch" /> </style> @@ -2807,7 +2807,7 @@ <object type="image"> <image resource="unlock-icon" /> - <placement x="%lock_x%" y="%lock_y%" /> + <placement x="%center_x%" y="%lock_y%" placement="4" /> </object> <object type="slider"> |