summaryrefslogtreecommitdiffstats
path: root/gtk/src/ghb-3.12.ui
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2014-12-29 16:53:51 +0000
committerjstebbins <[email protected]>2014-12-29 16:53:51 +0000
commit64ca27c088578cdcb9ac3ff2ea2820de8957b142 (patch)
treeeae0a217867422ed612d1635bcfc5d03b269fecf /gtk/src/ghb-3.12.ui
parent90449dc954d3486248a1a9fcb6889046bacd2f67 (diff)
LinGui: add separate UI xml for gtk 3.14
and fix a parser bug git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6672 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb-3.12.ui')
-rw-r--r--gtk/src/ghb-3.12.ui74
1 files changed, 48 insertions, 26 deletions
diff --git a/gtk/src/ghb-3.12.ui b/gtk/src/ghb-3.12.ui
index de5997bcd..9944aab8c 100644
--- a/gtk/src/ghb-3.12.ui
+++ b/gtk/src/ghb-3.12.ui
@@ -8125,36 +8125,58 @@ Setting this to 0 means there is no maximum height.</property>
<property name="create_folders">False</property>
<property name="local_only">False</property>
<property name="transient_for">hb_window</property>
+ <property name="use-header-bar">0</property>
<signal name="selection-changed" handler="chooser_file_selected_cb" swapped="no"/>
- <child type="action">
- <object class="GtkButton" id="source_cancel">
- <property name="label" translatable="yes">_Cancel</property>
- <property name="image">gtk-cancel</property>
- <property name="use-underline">True</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="can_default">False</property>
- <property name="has_default">False</property>
- <property name="receives_default">False</property>
- </object>
- </child>
- <child type="action">
- <object class="GtkButton" id="source_ok">
- <property name="label" translatable="yes">_Open</property>
- <property name="image">gtk-ok</property>
- <property name="use-underline">True</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="can_default">True</property>
- <property name="has_default">True</property>
- <property name="receives_default">True</property>
- </object>
- </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox9">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="spacing">2</property>
+ <child internal-child="action_area">
+ <object class="GtkButtonBox" id="dialog-action_area6">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="layout_style">end</property>
+ <child>
+ <object class="GtkButton" id="source_cancel">
+ <property name="label" translatable="yes">Cancel</property>
+ <property name="image">gtk-cancel</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="has_default">True</property>
+ <property name="receives_default">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="source_ok">
+ <property name="label" translatable="yes">OK</property>
+ <property name="image">gtk-ok</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="has_default">True</property>
+ <property name="receives_default">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
<child>
<object class="GtkBox" id="source_extra">
<property name="orientation">vertical</property>
@@ -8250,8 +8272,8 @@ Setting this to 0 means there is no maximum height.</property>
</object>
</child>
<action-widgets>
- <action-widget response="cancel">source_cancel</action-widget>
- <action-widget response="no">source_ok</action-widget>
+ <action-widget response="-6">source_cancel</action-widget>
+ <action-widget response="-9">source_ok</action-widget>
</action-widgets>
</object>
<object class="GtkImage" id="gtk-cancel">