[gtk+] Revert "Add a release note for scrolled windows"



commit fd065f63b0c5eebf215403189fe89f5820c71d1d
Author: Tristan Van Berkom <tristan vanberkom codethink co uk>
Date:   Tue Sep 6 21:09:26 2016 +0900

    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 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/docs/reference/gtk/migrating-3xtoy.xml b/docs/reference/gtk/migrating-3xtoy.xml
index deb73d5..fe7c492 100644
--- a/docs/reference/gtk/migrating-3xtoy.xml
+++ b/docs/reference/gtk/migrating-3xtoy.xml
@@ -419,15 +419,6 @@
     </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
       layout of those children to change, if they unintentionally had hexpand


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]