[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - cui/uiconfig

Caolán McNamara caolanm at redhat.com
Tue Aug 6 01:41:37 PDT 2013


 cui/uiconfig/ui/acorexceptpage.ui  |   53 +++++++++++++++++++++++--------------
 cui/uiconfig/ui/acorreplacepage.ui |   31 +++++++++++----------
 2 files changed, 49 insertions(+), 35 deletions(-)

New commits:
commit d185b1d2ae6c24ec8c9a133741ad3dba9e5dc66e
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Aug 1 11:38:09 2013 +0100

    Resolves: fdo#65609 restrict width of all user-controlled edis and lists
    
    Change-Id: I1f15e17c903daee849c53a689a8bb3465bac5f74
    (cherry picked from commit 4938d06ad251e8e57ff66b185189d98587ca5104)
    Reviewed-on: https://gerrit.libreoffice.org/5253
    Reviewed-by: Miklos Vajna <vmiklos at suse.cz>
    Tested-by: Miklos Vajna <vmiklos at suse.cz>

diff --git a/cui/uiconfig/ui/acorexceptpage.ui b/cui/uiconfig/ui/acorexceptpage.ui
index 6f36c0e..44a1632 100644
--- a/cui/uiconfig/ui/acorexceptpage.ui
+++ b/cui/uiconfig/ui/acorexceptpage.ui
@@ -135,11 +135,19 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkTreeView" id="abbrevlist:border">
+                  <object class="GtkScrolledWindow" id="scrolledwindow1">
+                    <property name="width_request">1</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
-                    <property name="hexpand">True</property>
-                    <property name="vexpand">True</property>
+                    <property name="shadow_type">in</property>
+                    <child>
+                      <object class="GtkTreeView" id="abbrevlist:border">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="hexpand">True</property>
+                        <property name="vexpand">True</property>
+                      </object>
+                    </child>
                   </object>
                   <packing>
                     <property name="left_attach">0</property>
@@ -208,23 +216,6 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkTreeView" id="doublelist:border">
-                    <property name="visible">True</property>
-                    <property name="can_focus">True</property>
-                    <property name="hexpand">True</property>
-                    <property name="vexpand">True</property>
-                    <child internal-child="selection">
-                      <object class="GtkTreeSelection" id="treeview-selection3"/>
-                    </child>
-                  </object>
-                  <packing>
-                    <property name="left_attach">0</property>
-                    <property name="top_attach">1</property>
-                    <property name="width">1</property>
-                    <property name="height">1</property>
-                  </packing>
-                </child>
-                <child>
                   <object class="GtkCheckButton" id="autodouble">
                     <property name="label" translatable="yes">A_utoInclude</property>
                     <property name="visible">True</property>
@@ -313,6 +304,28 @@
                     <property name="height">2</property>
                   </packing>
                 </child>
+                <child>
+                  <object class="GtkScrolledWindow" id="scrolledwindow2">
+                    <property name="width_request">1</property>
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="shadow_type">in</property>
+                    <child>
+                      <object class="GtkTreeView" id="doublelist:border">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="hexpand">True</property>
+                        <property name="vexpand">True</property>
+                      </object>
+                    </child>
+                  </object>
+                  <packing>
+                    <property name="left_attach">0</property>
+                    <property name="top_attach">1</property>
+                    <property name="width">1</property>
+                    <property name="height">1</property>
+                  </packing>
+                </child>
               </object>
             </child>
           </object>
diff --git a/cui/uiconfig/ui/acorreplacepage.ui b/cui/uiconfig/ui/acorreplacepage.ui
index f300c86..199269f 100644
--- a/cui/uiconfig/ui/acorreplacepage.ui
+++ b/cui/uiconfig/ui/acorreplacepage.ui
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface>
-  <!-- interface-requires gtk+ 3.0 -->
   <!-- interface-requires LibreOffice 1.0 -->
+  <!-- interface-requires gtk+ 3.0 -->
   <object class="GtkGrid" id="AcorReplacePage">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
@@ -91,20 +91,6 @@
       </packing>
     </child>
     <child>
-      <object class="svtlo-SvTabListBox" id="tabview:border">
-        <property name="visible">True</property>
-        <property name="can_focus">True</property>
-        <property name="hexpand">True</property>
-        <property name="vexpand">True</property>
-      </object>
-      <packing>
-        <property name="left_attach">0</property>
-        <property name="top_attach">2</property>
-        <property name="width">3</property>
-        <property name="height">1</property>
-      </packing>
-    </child>
-    <child>
       <object class="GtkButtonBox" id="buttonbox1">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
@@ -164,6 +150,21 @@
       </packing>
     </child>
     <child>
+      <object class="svtlo-SvTabListBox" id="tabview:border">
+        <property name="width_request">1</property>
+        <property name="visible">True</property>
+        <property name="can_focus">True</property>
+        <property name="hexpand">True</property>
+        <property name="vexpand">True</property>
+      </object>
+      <packing>
+        <property name="left_attach">0</property>
+        <property name="top_attach">2</property>
+        <property name="width">3</property>
+        <property name="height">1</property>
+      </packing>
+    </child>
+    <child>
       <placeholder/>
     </child>
   </object>


More information about the Libreoffice-commits mailing list