diff options
Diffstat (limited to '')
-rw-r--r-- | gui/devices/watch/res/watch.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gui/devices/watch/res/watch.xml b/gui/devices/watch/res/watch.xml index 3adf1643b..2dc291224 100644 --- a/gui/devices/watch/res/watch.xml +++ b/gui/devices/watch/res/watch.xml @@ -58,6 +58,10 @@ <sort name="tw_gui_sort_order" /> </style> + <style name="patternpassword"> + <size name="tw_gui_pattern_grid_size" default="3" /> + </style> + <style name="partitionlist"> <style name="scrolllist" /> <icon selected="checkbox_true" unselected="checkbox_false" /> @@ -3379,6 +3383,8 @@ <text>Pattern Failed, Please Try Again</text> </object> + <object type="template" name="pattern_options" /> + <object type="patternpassword"> <placement x="%pattern_x%" y="%pattern_y%" w="%pattern_width%" h="%pattern_width%" /> <dot color="%pattern_dot_color%" activecolor="%pattern_dot_color_active%" radius="%pattern_dot_radius%" /> |