diff options
Diffstat (limited to 'gui/devices/landscape/res/landscape.xml')
-rw-r--r-- | gui/devices/landscape/res/landscape.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gui/devices/landscape/res/landscape.xml b/gui/devices/landscape/res/landscape.xml index ec6f88ebd..b0f6b160b 100644 --- a/gui/devices/landscape/res/landscape.xml +++ b/gui/devices/landscape/res/landscape.xml @@ -63,6 +63,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" /> @@ -3359,6 +3363,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%" /> |