From fd065f63b0c5eebf215403189fe89f5820c71d1d Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 6 Sep 2016 21:09:26 +0900 Subject: [PATCH] Revert "Add a release note for scrolled windows" This reverts commit 76af90767634f5caea622c2abc13d21adb41550c. 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. --- docs/reference/gtk/migrating-3xtoy.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/reference/gtk/migrating-3xtoy.xml b/docs/reference/gtk/migrating-3xtoy.xml index deb73d544b..fe7c492b45 100644 --- a/docs/reference/gtk/migrating-3xtoy.xml +++ b/docs/reference/gtk/migrating-3xtoy.xml @@ -418,15 +418,6 @@ widget, e.g. an empty #GtkBox, in another page). - - 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. - - GtkHeaderBar now respects the hexpand property for its custom title widget and its packed children. This change may inadvertently cause the