diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-08 18:59:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-08 18:59:36 +0000 |
commit | 45b72633d1bea5e75a27f5fd93e91071e04c050c (patch) | |
tree | 1847ba4323b874f34097f73cca9703ef712014a3 /sd/uiconfig | |
parent | 5b29623e0ad6231dd933bd2b2a0017f89436c9d8 (diff) |
designate which elements should shrink when limited width
draw/impress print options page (de)
Change-Id: Ie4cf8902d3db68a156d10bd4d1b2c7db33539f9c
Diffstat (limited to 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/simpress/ui/prntopts.ui | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/sd/uiconfig/simpress/ui/prntopts.ui b/sd/uiconfig/simpress/ui/prntopts.ui index faa11231da01..beeab8893234 100644 --- a/sd/uiconfig/simpress/ui/prntopts.ui +++ b/sd/uiconfig/simpress/ui/prntopts.ui @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.16.0 on Wed Jan 8 18:58:38 2014 --> <interface> <!-- interface-requires gtk+ 3.0 --> <object class="GtkBox" id="prntopts"> @@ -12,11 +13,11 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">12</property> - <property name="homogeneous">True</property> <child> <object class="GtkFrame" id="printframe"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> <property name="label_xalign">0</property> <property name="shadow_type">none</property> <child> @@ -124,6 +125,7 @@ <object class="GtkFrame" id="frame3"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> <property name="label_xalign">0</property> <property name="shadow_type">none</property> <child> @@ -308,11 +310,11 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">12</property> - <property name="homogeneous">True</property> <child> <object class="GtkFrame" id="contentframe"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> <property name="label_xalign">0</property> <property name="shadow_type">none</property> <child> @@ -415,6 +417,7 @@ <object class="GtkFrame" id="qualityframe"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> <property name="label_xalign">0</property> <property name="shadow_type">none</property> <child> @@ -511,4 +514,17 @@ </packing> </child> </object> + <object class="GtkSizeGroup" id="sizegroup1"> + <property name="ignore_hidden">True</property> + <widgets> + <widget name="printframe"/> + <widget name="contentframe"/> + </widgets> + </object> + <object class="GtkSizeGroup" id="sizegroup2"> + <widgets> + <widget name="frame3"/> + <widget name="qualityframe"/> + </widgets> + </object> </interface> |