menu-button: ensure the scrolled window is always full width

When no items were present, this was shrinking. It should always maintain
width of the popover.
This commit is contained in:
Christian Hergert
2016-04-16 18:58:43 -07:00
parent 57faf5b9e6
commit 7a639e9bf8

View File

@ -96,6 +96,7 @@
</child>
<child>
<object class="SpScrolledWindow">
<property name="expand">true</property>
<property name="min-content-width">100</property>
<property name="max-content-width">400</property>
<property name="max-content-height">450</property>