diff options
Diffstat (limited to 'rhimport.glade')
-rw-r--r-- | rhimport.glade | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/rhimport.glade b/rhimport.glade index 00ed60e..0cf2e39 100644 --- a/rhimport.glade +++ b/rhimport.glade @@ -31,14 +31,6 @@ <widget class="GtkHBox" id="hbox_mode"> <property name="visible">True</property> <child> - <widget class="GtkLabel" id="l_dummy_l"> - <property name="visible">True</property> - </widget> - <packing> - <property name="position">0</property> - </packing> - </child> - <child> <widget class="GtkButton" id="b_mode"> <property name="label" translatable="yes">Modus</property> <property name="width_request">130</property> @@ -50,7 +42,7 @@ <packing> <property name="expand">False</property> <property name="fill">False</property> - <property name="position">1</property> + <property name="position">0</property> </packing> </child> <child> @@ -63,15 +55,21 @@ <packing> <property name="expand">False</property> <property name="fill">False</property> - <property name="position">2</property> + <property name="position">1</property> </packing> </child> <child> - <widget class="GtkLabel" id="l_dummy_r"> + <widget class="GtkCheckButton" id="cb_clear_carts"> + <property name="label" translatable="yes">Vor Import alle Carts leeren</property> <property name="visible">True</property> + <property name="sensitive">False</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="active">True</property> + <property name="draw_indicator">True</property> </widget> <packing> - <property name="position">3</property> + <property name="position">2</property> </packing> </child> </widget> @@ -127,8 +125,8 @@ <widget class="GtkFileChooserWidget" id="filechooser"> <property name="visible">True</property> <property name="orientation">vertical</property> - <property name="use_preview_label">False</property> <property name="preview_widget_active">False</property> + <property name="use_preview_label">False</property> </widget> <packing> <property name="position">5</property> |