diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/glade/print.glade | 35 |
1 files changed, 14 insertions, 21 deletions
diff --git a/data/glade/print.glade b/data/glade/print.glade index 781242f6b..e8b32699f 100644 --- a/data/glade/print.glade +++ b/data/glade/print.glade @@ -1305,27 +1305,6 @@ </child> <child> - <widget class="GtkEntry" id="printer_entry"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="editable">True</property> - <property name="visibility">True</property> - <property name="max_length">0</property> - <property name="text" translatable="yes">lpr</property> - <property name="has_frame">True</property> - <property name="invisible_char" translatable="yes">*</property> - <property name="activates_default">False</property> - </widget> - <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - <property name="top_attach">0</property> - <property name="bottom_attach">1</property> - <property name="y_options"></property> - </packing> - </child> - - <child> <widget class="GtkHBox" id="hbox92"> <property name="visible">True</property> <property name="homogeneous">False</property> @@ -1376,6 +1355,20 @@ <property name="y_options">fill</property> </packing> </child> + + <child> + <widget class="GtkComboBox" id="printer_combobox"> + <property name="visible">True</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> + <property name="x_options">fill</property> + <property name="y_options">fill</property> + </packing> + </child> </widget> <packing> <property name="padding">0</property> |