diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2015-03-08 08:16:51 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2015-03-08 08:16:51 +0100 |
commit | 5e9f15ab850a406663634ba899d9abf1d144db66 (patch) | |
tree | 4691c26be714efebcc89f14dc1b6bff213e137df /share | |
parent | fac28b22b89d8202c3a62ff4380422f302f7b122 (diff) | |
download | isodumper-5e9f15ab850a406663634ba899d9abf1d144db66.tar isodumper-5e9f15ab850a406663634ba899d9abf1d144db66.tar.gz isodumper-5e9f15ab850a406663634ba899d9abf1d144db66.tar.bz2 isodumper-5e9f15ab850a406663634ba899d9abf1d144db66.tar.xz isodumper-5e9f15ab850a406663634ba899d9abf1d144db66.zip |
Change writing mode for UEFI
Diffstat (limited to 'share')
-rw-r--r-- | share/isodumper/isodumper.glade | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/share/isodumper/isodumper.glade b/share/isodumper/isodumper.glade index 9097588..3e8cea1 100644 --- a/share/isodumper/isodumper.glade +++ b/share/isodumper/isodumper.glade @@ -14,6 +14,21 @@ <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-vbox2"> + <property name="can_focus">False</property> + <child internal-child="action_area"> + <widget class="GtkHButtonBox" id="dialog-action_area2"> + <property name="can_focus">False</property> + </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> @@ -608,6 +623,21 @@ Public License instead of this License. <property name="message_type">warning</property> <property name="buttons">ok-cancel</property> <property name="secondary_text" translatable="yes">Do you want to overwrite the file?</property> + <child internal-child="vbox"> + <widget class="GtkVBox" id="dialog-vbox7"> + <property name="can_focus">False</property> + <child internal-child="action_area"> + <widget class="GtkHButtonBox" id="dialog-action_area7"> + <property name="can_focus">False</property> + </widget> + <packing> + <property name="expand">True</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + </widget> + </child> </widget> <widget class="GtkDialog" id="emergency_dialog"> <property name="can_focus">False</property> @@ -971,7 +1001,6 @@ The fields of the main window are as follows: <widget class="GtkWindow" id="main_dialog"> <property name="can_focus">False</property> <property name="title" translatable="yes">IsoDumper</property> - <property name="resizable">False</property> <property name="window_position">center</property> <property name="icon_name">isodumper</property> <property name="type_hint">dialog</property> |