diff options
Diffstat (limited to '')
-rw-r--r-- | gui/devices/720x1280/res/ui.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gui/devices/720x1280/res/ui.xml b/gui/devices/720x1280/res/ui.xml index 62b04568d..cf978cc04 100644 --- a/gui/devices/720x1280/res/ui.xml +++ b/gui/devices/720x1280/res/ui.xml @@ -809,10 +809,12 @@ <page name="confirm_action"> <object type="template" name="header" /> - <object type="image"> + <object type="button"> <condition var1="tw_show_exclamation" var2="1" /> - <image resource="exclamation" /> <placement x="%exclamation_x%" y="%exclamation_y%" /> + <font resource="font" color="%button_text_color%" /> + <text></text> + <image resource="exclamation" /> </object> <object type="text" color="%text_color%"> |