diff options
Diffstat (limited to 'capplets/keyboard/mate-keyboard-properties-dialog.ui')
-rw-r--r-- | capplets/keyboard/mate-keyboard-properties-dialog.ui | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/capplets/keyboard/mate-keyboard-properties-dialog.ui b/capplets/keyboard/mate-keyboard-properties-dialog.ui index bed5a44f..d59710ec 100644 --- a/capplets/keyboard/mate-keyboard-properties-dialog.ui +++ b/capplets/keyboard/mate-keyboard-properties-dialog.ui @@ -830,6 +830,22 @@ <property name="position">1</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="chk_load_extra_items"> + <property name="label" translatable="yes">_Include less-common layouts in the selections list</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="halign">start</property> + <property name="use-underline">True</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">2</property> + </packing> + </child> <child> <object class="GtkCheckButton" id="chk_separate_group_per_window"> <property name="label" translatable="yes">_Separate layout for each window</property> @@ -843,7 +859,7 @@ <packing> <property name="expand">False</property> <property name="fill">False</property> - <property name="position">2</property> + <property name="position">3</property> </packing> </child> <child> @@ -859,7 +875,7 @@ <packing> <property name="expand">False</property> <property name="fill">False</property> - <property name="position">3</property> + <property name="position">4</property> </packing> </child> </object> |