[Libreoffice-commits] core.git: svx/uiconfig

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 8 15:40:41 UTC 2021


 svx/uiconfig/ui/sidebartextcolumnspanel.ui |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 321436d7bb9087a92e8f69cc948bb3ebb23049c7
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Jul 8 14:05:56 2021 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Jul 8 17:40:05 2021 +0200

    Related: tdf#143153 these are GtkBox properties not GtkGrid ones
    
    nothing to do with the crash though
    
    Change-Id: If7645a904de9147d20f548017bf5390fc57af6cf
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118641
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/svx/uiconfig/ui/sidebartextcolumnspanel.ui b/svx/uiconfig/ui/sidebartextcolumnspanel.ui
index 42b93c64f213..47d6fd0977ca 100644
--- a/svx/uiconfig/ui/sidebartextcolumnspanel.ui
+++ b/svx/uiconfig/ui/sidebartextcolumnspanel.ui
@@ -98,9 +98,8 @@
         </child>
       </object>
       <packing>
-        <property name="expand">False</property>
-        <property name="fill">True</property>
-        <property name="position">0</property>
+        <property name="left-attach">0</property>
+        <property name="top-attach">0</property>
       </packing>
     </child>
   </object>


More information about the Libreoffice-commits mailing list