diff options
Diffstat (limited to 'data/glade/prefs-dialog.glade')
-rw-r--r-- | data/glade/prefs-dialog.glade | 46 |
1 files changed, 1 insertions, 45 deletions
diff --git a/data/glade/prefs-dialog.glade b/data/glade/prefs-dialog.glade index 1b9fce8a7..95890b4eb 100644 --- a/data/glade/prefs-dialog.glade +++ b/data/glade/prefs-dialog.glade @@ -1324,7 +1324,7 @@ <child> <widget class="GtkTable" id="table72"> <property name="visible">True</property> - <property name="n_rows">2</property> + <property name="n_rows">1</property> <property name="n_columns">2</property> <property name="homogeneous">False</property> <property name="row_spacing">6</property> @@ -1360,35 +1360,6 @@ </child> <child> - <widget class="GtkLabel" id="auto_encoding_label"> - <property name="visible">True</property> - <property name="label" translatable="yes">Au_todetect:</property> - <property name="use_underline">True</property> - <property name="use_markup">False</property> - <property name="justify">GTK_JUSTIFY_CENTER</property> - <property name="wrap">False</property> - <property name="selectable">False</property> - <property name="xalign">1</property> - <property name="yalign">0.5</property> - <property name="xpad">0</property> - <property name="ypad">0</property> - <property name="mnemonic_widget">auto_encoding_combo</property> - <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> - <property name="width_chars">-1</property> - <property name="single_line_mode">False</property> - <property name="angle">0</property> - </widget> - <packing> - <property name="left_attach">0</property> - <property name="right_attach">1</property> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> - <property name="x_options">fill</property> - <property name="y_options"></property> - </packing> - </child> - - <child> <widget class="GtkComboBox" id="default_encoding_combo"> <property name="visible">True</property> <property name="add_tearoffs">False</property> @@ -1402,21 +1373,6 @@ <property name="y_options">fill</property> </packing> </child> - - <child> - <widget class="GtkComboBox" id="auto_encoding_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">2</property> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> - <property name="y_options">fill</property> - </packing> - </child> </widget> </child> </widget> |