Revert "Add a release note for scrolled windows"

This reverts commit 76af907676.

The behavioral change described in the migration guide
has now been made optional with new scrolled window API,
so no need to mention this in the migration guide.
This commit is contained in:
Tristan Van Berkom 2016-09-06 21:09:26 +09:00
parent 6be8979c64
commit fd065f63b0

View File

@ -418,15 +418,6 @@
widget, e.g. an empty #GtkBox, in another page).
</para>
<para>
GtkScrolledWindow now respects the natural size of its child and passes
it along. This may change the size distribution of layouts involving
scrolled windows (they may take up more space than before). In most
cases, setting suitable values for #GtkScrolledWindow:max-content-width
and #GtkScrolledWindow:max-content-height will allow control over the
size of the scrolled window.
</para>
<para>
GtkHeaderBar now respects the hexpand property for its custom title
widget and its packed children. This change may inadvertently cause the