diff options
Diffstat (limited to 'gui/devices/480x854/res')
-rw-r--r-- | gui/devices/480x854/res/ui.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gui/devices/480x854/res/ui.xml b/gui/devices/480x854/res/ui.xml index 8959e9916..a570faf72 100644 --- a/gui/devices/480x854/res/ui.xml +++ b/gui/devices/480x854/res/ui.xml @@ -2410,6 +2410,14 @@ <image checked="checkbox_true" unchecked="checkbox_false" /> </object> + <object type="checkbox"> + <placement x="%col1_x%" y="%row8_text_y%" /> + <font resource="font" color="%text_color%" /> + <text>Use Military Time</text> + <data variable="tw_military_time" /> + <image checked="checkbox_true" unchecked="checkbox_false" /> + </object> + <object type="button"> <highlight color="%highlight_color%" /> <placement x="%col1_x%" y="%row3_y%" /> |