Kaydet (Commit) 633adcfe authored tarafından Caolán McNamara's avatar Caolán McNamara

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: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst e79befa6
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment