aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorpapoteur-mga <yves.brungard_git@gadz.org>2014-07-07 22:22:55 +0200
committerpapoteur-mga <yves.brungard_git@gadz.org>2014-07-07 22:22:55 +0200
commit751c319adada31fc44384eba936434c88d5f104a (patch)
treed887f6f103be95b7f9d2f2cb6b9891134910f993 /share
parentc0cae554dc133cc316e4df7f9b405edde33d0a59 (diff)
downloadisodumper-751c319adada31fc44384eba936434c88d5f104a.tar
isodumper-751c319adada31fc44384eba936434c88d5f104a.tar.gz
isodumper-751c319adada31fc44384eba936434c88d5f104a.tar.bz2
isodumper-751c319adada31fc44384eba936434c88d5f104a.tar.xz
isodumper-751c319adada31fc44384eba936434c88d5f104a.zip
Suppression of warnings
Diffstat (limited to 'share')
-rw-r--r--share/isodumper/isodumper.glade52
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>