Resolves: tdf#126059 extra empty widget is visible
when it shouldn't be
Change-Id: Ia78fd92699db535fe4cf715c3d34ef6689f92caa
Reviewed-on: https://gerrit.libreoffice.org/74637
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/cui/uiconfig/ui/menuassignpage.ui b/cui/uiconfig/ui/menuassignpage.ui
index 2b96de9..a0f0de9 100644
--- a/cui/uiconfig/ui/menuassignpage.ui
+++ b/cui/uiconfig/ui/menuassignpage.ui
@@ -531,7 +531,6 @@
<property name="shadow_type">in</property>
<child>
<object class="GtkTreeView" id="toolcontents">
<property name="width_request">-1</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
@@ -598,10 +597,9 @@
<property name="shadow_type">in</property>
<child>
<object class="GtkTreeView" id="menucontents">
<property name="width_request">-1</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="model">liststore3</property>