mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
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:
@ -96,6 +96,7 @@
|
|||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="SpScrolledWindow">
|
<object class="SpScrolledWindow">
|
||||||
|
<property name="expand">true</property>
|
||||||
<property name="min-content-width">100</property>
|
<property name="min-content-width">100</property>
|
||||||
<property name="max-content-width">400</property>
|
<property name="max-content-width">400</property>
|
||||||
<property name="max-content-height">450</property>
|
<property name="max-content-height">450</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user