diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-06-08 19:48:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-06-08 22:24:51 +0200 |
commit | 66b1ebd4ddc7127a923bf81eb569e7f99dd52022 (patch) | |
tree | 0565db4370529460cc95a302a101aa1671ef0370 /starmath | |
parent | 50c478fd84e2878b636d766e1d2141ccfa51e2f0 (diff) |
gtk: let math GtkIconViews flow to fill available space with icons
Change-Id: I25f3433e9404ac1938568607a9a52a50ca8a7892
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135513
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/uiconfig/smath/ui/dockingelements.ui | 1 | ||||
-rw-r--r-- | starmath/uiconfig/smath/ui/sidebarelements_math.ui | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/starmath/uiconfig/smath/ui/dockingelements.ui b/starmath/uiconfig/smath/ui/dockingelements.ui index a9f1086204f8..604ffc0630fe 100644 --- a/starmath/uiconfig/smath/ui/dockingelements.ui +++ b/starmath/uiconfig/smath/ui/dockingelements.ui @@ -45,7 +45,6 @@ <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="model">liststore1</property> - <property name="columns">2</property> <property name="pixbuf-column">0</property> <property name="activate-on-single-click">True</property> </object> diff --git a/starmath/uiconfig/smath/ui/sidebarelements_math.ui b/starmath/uiconfig/smath/ui/sidebarelements_math.ui index e82e6032de22..80bdfda4064b 100644 --- a/starmath/uiconfig/smath/ui/sidebarelements_math.ui +++ b/starmath/uiconfig/smath/ui/sidebarelements_math.ui @@ -75,7 +75,6 @@ <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="model">liststore2</property> - <property name="columns">2</property> <property name="pixbuf-column">0</property> <property name="activate-on-single-click">True</property> </object> |