diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-07-08 14:05:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-07-08 17:40:05 +0200 |
commit | 321436d7bb9087a92e8f69cc948bb3ebb23049c7 (patch) | |
tree | 399bd079b81086c76ef3cc7e8e88560ec545c60c | |
parent | 583291d2d8d0cc9815b144c1b02847eb29421ccb (diff) |
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@redhat.com>
-rw-r--r-- | svx/uiconfig/ui/sidebartextcolumnspanel.ui | 5 |
1 files changed, 2 insertions, 3 deletions
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> |