[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sd/uiconfig

Caolán McNamara caolanm at redhat.com
Wed Jan 8 11:01:05 PST 2014


 sd/uiconfig/simpress/ui/prntopts.ui |   20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

New commits:
commit 1657e20e663c0cc65168cd193dd19ff78f478e03
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Jan 8 18:59:33 2014 +0000

    designate which elements should shrink when limited width
    
    draw/impress print options page (de)
    
    Change-Id: Ie4cf8902d3db68a156d10bd4d1b2c7db33539f9c
    (cherry picked from commit 45b72633d1bea5e75a27f5fd93e91071e04c050c)

diff --git a/sd/uiconfig/simpress/ui/prntopts.ui b/sd/uiconfig/simpress/ui/prntopts.ui
index faa1123..beeab88 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>


More information about the Libreoffice-commits mailing list