cui/uiconfig/ui/acorreplacepage.ui |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 633adcfea2fbf455e4ab841744d8ae61869af34b
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri May 17 17:14:07 2019 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sat May 18 22:40:25 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/72496
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to