Kaydet (Commit) 2c6c905b authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: tdf#122880 list of obj types at 0 height with gtk 3.18

Change-Id: Ib50bc94d1dd4c90cf1516110d413c480aff603ab
Reviewed-on: https://gerrit.libreoffice.org/66739
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 6e80862e
...@@ -425,6 +425,8 @@ ...@@ -425,6 +425,8 @@
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="vexpand">True</property> <property name="vexpand">True</property>
<property name="hscrollbar_policy">never</property>
<property name="vscrollbar_policy">never</property>
<property name="shadow_type">in</property> <property name="shadow_type">in</property>
<child> <child>
<object class="GtkTreeView" id="objects"> <object class="GtkTreeView" id="objects">
......
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