[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - cui/uiconfig
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue May 21 09:33:11 UTC 2019
cui/uiconfig/ui/acorreplacepage.ui | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit eaa01effbcf34d2984f1bd1a8002479c717d82a2
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri May 17 17:14:07 2019 +0100
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Tue May 21 11:32:17 2019 +0200
Related: tdf#125241 for gtk use fixed height and width in huge list case
Change-Id: I8fd0ebc336c222184485f72eb7c9d97922ab1386
Reviewed-on: https://gerrit.libreoffice.org/72497
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
diff --git a/cui/uiconfig/ui/acorreplacepage.ui b/cui/uiconfig/ui/acorreplacepage.ui
index 3d293cc458d1..326152eb2ca8 100644
--- a/cui/uiconfig/ui/acorreplacepage.ui
+++ b/cui/uiconfig/ui/acorreplacepage.ui
@@ -93,9 +93,10 @@
<property name="receives_default">True</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
- <property name="headers_visible">False</property>
<property name="model">liststore1</property>
+ <property name="headers_visible">False</property>
<property name="search_column">0</property>
+ <property name="fixed_height_mode">True</property>
<property name="show_expanders">False</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="Macro Library List-selection1"/>
@@ -104,6 +105,7 @@
<object class="GtkTreeViewColumn" id="treeviewcolumn1">
<property name="resizable">True</property>
<property name="spacing">6</property>
+ <property name="sizing">fixed</property>
<child>
<object class="GtkCellRendererText" id="cellrenderer1"/>
<attributes>
@@ -116,6 +118,7 @@
<object class="GtkTreeViewColumn" id="treeviewcolumn2">
<property name="resizable">True</property>
<property name="spacing">6</property>
+ <property name="sizing">fixed</property>
<child>
<object class="GtkCellRendererText" id="cellrenderer2"/>
<attributes>
More information about the Libreoffice-commits
mailing list