ui: use GtkScrolledWindow:propagate-natural-width and height

We need this for recent changes to how natural sizing will work now that
the max-content-* properties are stabilizing for their first public ABI
release.
This commit is contained in:
Christian Hergert
2016-09-01 21:31:22 -07:00
parent cfb27ba97e
commit 541e8024e1

View File

@ -102,6 +102,8 @@
<property name="min-content-width">100</property>
<property name="max-content-width">400</property>
<property name="max-content-height">450</property>
<property name="propagate-natural-width">true</property>
<property name="propagate-natural-height">true</property>
<property name="shadow-type">in</property>
<property name="visible">true</property>
<child>