diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/isodumper/isodumper.glade | 52 |
1 files changed, 7 insertions, 45 deletions
diff --git a/share/isodumper/isodumper.glade b/share/isodumper/isodumper.glade index 2a5d031..d33d6ab 100644 --- a/share/isodumper/isodumper.glade +++ b/share/isodumper/isodumper.glade @@ -13,31 +13,6 @@ <property name="buttons">ok-cancel</property> <property name="text" translatable="yes">Writing is in progress. Exiting during writing will occur that the device or the backup will be unusable. Are you sure you want to quit during writing?</property> - <child internal-child="vbox"> - <widget class="GtkVBox" id="dialog-vbox"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="spacing">2</property> - <child internal-child="action_area"> - <widget class="GtkHButtonBox" id="dialog-action_area"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="layout_style">end</property> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - </widget> - <packing> - <property name="expand">True</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - </widget> - </child> </widget> <widget class="GtkAboutDialog" id="about_dialog"> <property name="can_focus">False</property> @@ -466,29 +441,16 @@ Public License instead of this License. <property name="can_focus">False</property> <property name="layout_style">end</property> <child> - <widget class="GtkHBox" id="hbox1"> + <widget class="GtkButton" id="select"> + <property name="label" translatable="yes">Select</property> <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="spacing">9</property> - <child> - <widget class="GtkButton" id="select"> - <property name="label" translatable="yes">Select</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <signal name="clicked" handler="on_select_clicked"/> - </widget> - <packing> - <property name="expand">True</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <signal name="clicked" handler="on_select_clicked"/> </widget> <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="pack_type">end</property> + <property name="expand">True</property> + <property name="fill">True</property> <property name="position">0</property> </packing> </child> |