[Libreoffice-commits] core.git: 2 commits - basctl/uiconfig

Thomas Arnhold thomas at arnhold.org
Thu Apr 24 05:44:28 PDT 2014


 basctl/uiconfig/basicide/ui/defaultlanguage.ui   |    2 ++
 basctl/uiconfig/basicide/ui/managebreakpoints.ui |    9 ++++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 4996fad625fa703775f2c8d5c9c188882f5d2018
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Thu Apr 24 14:41:44 2014 +0200

    fdo#77886: add language: expand list if dialog gets resized
    
    Yes, I actually figured out how to do that ;)
    
    Change-Id: I9c62f57bbd07f44c9bf94a308a49df8c82eb2097

diff --git a/basctl/uiconfig/basicide/ui/defaultlanguage.ui b/basctl/uiconfig/basicide/ui/defaultlanguage.ui
index 3473b86..b1adb43 100644
--- a/basctl/uiconfig/basicide/ui/defaultlanguage.ui
+++ b/basctl/uiconfig/basicide/ui/defaultlanguage.ui
@@ -73,6 +73,8 @@
           <object class="GtkGrid" id="grid1">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
+            <property name="hexpand">True</property>
+            <property name="vexpand">True</property>
             <property name="row_spacing">12</property>
             <child>
               <object class="GtkGrid" id="grid2">
commit 83397d7cd2d440471831ba943be966b9126c3ae2
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Thu Apr 24 14:35:57 2014 +0200

    manage breakpoints: expand list if dialog gets resized
    
    Change-Id: I818a19a0a95991c97be539761d1f75e247880256

diff --git a/basctl/uiconfig/basicide/ui/managebreakpoints.ui b/basctl/uiconfig/basicide/ui/managebreakpoints.ui
index 2893273..80ffef5 100644
--- a/basctl/uiconfig/basicide/ui/managebreakpoints.ui
+++ b/basctl/uiconfig/basicide/ui/managebreakpoints.ui
@@ -2,6 +2,7 @@
 <!-- Generated with glade 3.16.0 on Thu Jan  2 20:55:45 2014 -->
 <interface>
   <!-- interface-requires gtk+ 3.0 -->
+  <!-- interface-requires LibreOffice 1.0 -->
   <object class="GtkDialog" id="ManageBreakpointsDialog">
     <property name="can_focus">False</property>
     <property name="border_width">6</property>
@@ -16,12 +17,16 @@
           <object class="GtkFrame" id="frame1">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
+            <property name="hexpand">True</property>
+            <property name="vexpand">True</property>
             <property name="label_xalign">0</property>
             <property name="shadow_type">none</property>
             <child>
               <object class="GtkAlignment" id="alignment1">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
+                <property name="hexpand">True</property>
+                <property name="vexpand">True</property>
                 <property name="top_padding">6</property>
                 <property name="left_padding">12</property>
                 <child>
@@ -52,11 +57,13 @@
                         <property name="can_focus">False</property>
                         <property name="hexpand">True</property>
                         <property name="vexpand">True</property>
-                        <property name="dropdown">False</property>
                         <property name="has_entry">True</property>
+                        <property name="dropdown">False</property>
                         <child internal-child="entry">
                           <object class="GtkEntry" id="comboboxtext-entry">
                             <property name="can_focus">False</property>
+                            <property name="hexpand">True</property>
+                            <property name="vexpand">True</property>
                           </object>
                         </child>
                       </object>


More information about the Libreoffice-commits mailing list