diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/glade/prefs-dialog.glade | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/data/glade/prefs-dialog.glade b/data/glade/prefs-dialog.glade index ecd7049ef..16e5d21c2 100644 --- a/data/glade/prefs-dialog.glade +++ b/data/glade/prefs-dialog.glade @@ -1788,6 +1788,21 @@ </child> <child> + <widget class="GtkComboBox" id="fonts_language_combo"> + <property name="visible">True</property> + <property name="add_tearoffs">False</property> + <property name="focus_on_click">True</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">3</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> + <property name="y_options">fill</property> + </packing> + </child> + + <child> <widget class="GtkComboBox" id="variable_combo"> <property name="visible">True</property> <property name="add_tearoffs">False</property> @@ -1896,25 +1911,10 @@ <property name="y_options"></property> </packing> </child> - - <child> - <widget class="GtkComboBox" id="fonts_language_combo"> - <property name="visible">True</property> - <property name="add_tearoffs">False</property> - <property name="focus_on_click">True</property> - </widget> - <packing> - <property name="left_attach">1</property> - <property name="right_attach">3</property> - <property name="top_attach">0</property> - <property name="bottom_attach">1</property> - <property name="y_options">fill</property> - </packing> - </child> </widget> <packing> <property name="padding">0</property> - <property name="expand">True</property> + <property name="expand">False</property> <property name="fill">True</property> </packing> </child> |