diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-18 11:49:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-18 21:39:14 +0200 |
commit | 158cd800d607898b1d2fe9bf4514900802ca1d90 (patch) | |
tree | 2cf7b77b4e322cb4250391e9428b34deea3e0076 /writerperfect/uiconfig/ui | |
parent | dc7f9a1f79a94107d6113ee6569dbcbf15cf3071 (diff) |
weld EPUBExportDialog and add parent
Change-Id: Iec4fa3afb1e90ec36f792ea65b8c57b11cff98b3
Reviewed-on: https://gerrit.libreoffice.org/53094
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'writerperfect/uiconfig/ui')
-rw-r--r-- | writerperfect/uiconfig/ui/exportepub.ui | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/writerperfect/uiconfig/ui/exportepub.ui b/writerperfect/uiconfig/ui/exportepub.ui index 114cd0376952..8b1ff34d7b00 100644 --- a/writerperfect/uiconfig/ui/exportepub.ui +++ b/writerperfect/uiconfig/ui/exportepub.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.0 --> +<!-- Generated with glade 3.20.4 --> <interface domain="wpt"> <requires lib="gtk+" version="3.18"/> <object class="GtkDialog" id="EpubDialog"> @@ -8,6 +8,8 @@ <property name="title" translatable="yes" context="exportepub|EpubDialog">EPUB Export</property> <property name="resizable">False</property> <property name="modal">True</property> + <property name="default_width">0</property> + <property name="default_height">0</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> @@ -296,6 +298,7 @@ <object class="GtkEntry" id="coverpath"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="activates_default">True</property> </object> <packing> <property name="expand">True</property> @@ -369,6 +372,7 @@ <object class="GtkEntry" id="mediadir"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="activates_default">True</property> </object> <packing> <property name="expand">True</property> @@ -451,6 +455,7 @@ <object class="GtkEntry" id="identifier"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="activates_default">True</property> </object> <packing> <property name="left_attach">1</property> @@ -491,6 +496,7 @@ <object class="GtkEntry" id="title"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="activates_default">True</property> </object> <packing> <property name="left_attach">1</property> @@ -516,6 +522,7 @@ <object class="GtkEntry" id="author"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="activates_default">True</property> </object> <packing> <property name="left_attach">1</property> @@ -541,6 +548,7 @@ <object class="GtkEntry" id="language"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="activates_default">True</property> </object> <packing> <property name="left_attach">1</property> @@ -566,6 +574,7 @@ <object class="GtkEntry" id="date"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="activates_default">True</property> </object> <packing> <property name="left_attach">1</property> @@ -602,11 +611,8 @@ <action-widget response="-6">cancel</action-widget> <action-widget response="-11">help</action-widget> </action-widgets> - </object> - <object class="GtkAdjustment" id="adjustment1"> - <property name="upper">9999</property> - <property name="value">1</property> - <property name="step_increment">1</property> - <property name="page_increment">10</property> + <child> + <placeholder/> + </child> </object> </interface> |