[gtk+] Revert "about dialog: Set a max-content-height on credits"



commit c39ad8497022832cef88d76d448d7377ca76f698
Author: Tristan Van Berkom <tristan vanberkom codethink co uk>
Date:   Tue Sep 6 21:29:03 2016 +0900

    Revert "about dialog: Set a max-content-height on credits"
    
    This reverts commit 6af5033386b60bdf71cc21d99d579c2a8c389880.
    
    Scrolled window behavior of propagating child natural sizes
    has now been made optional, so there is no need to work around
    this by setting a hard coded maximum content height anymore.

 gtk/ui/gtkaboutdialog.ui |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtk/ui/gtkaboutdialog.ui b/gtk/ui/gtkaboutdialog.ui
index 1ca6c85..9dca96d 100644
--- a/gtk/ui/gtkaboutdialog.ui
+++ b/gtk/ui/gtkaboutdialog.ui
@@ -158,7 +158,6 @@
                         <property name="visible">1</property>
                         <property name="hscrollbar-policy">never</property>
                         <property name="shadow-type">in</property>
-                        <property name="max-content-height">60</property>
                         <child>
                           <object class="GtkViewport" id="viewport1">
                             <property name="visible">1</property>


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