[gnome-builder] preferences: drop max-content-height from IdePreferencesGroup



commit b677a09ce6c68f3889dbba9c6b000435107cc3a1
Author: Christian Hergert <chergert redhat com>
Date:   Sat Sep 17 13:34:25 2016 -0700

    preferences: drop max-content-height from IdePreferencesGroup
    
    Now that we can rely on the EggColumnLayout to do something better than
    before, we can drop the necessity of max-content-height.

 libide/preferences/ide-preferences-group.ui |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libide/preferences/ide-preferences-group.ui b/libide/preferences/ide-preferences-group.ui
index a467535..16e6ea3 100644
--- a/libide/preferences/ide-preferences-group.ui
+++ b/libide/preferences/ide-preferences-group.ui
@@ -34,9 +34,10 @@
               <object class="GtkFrame" id="list_box_frame">
                 <child>
                   <object class="EggScrolledWindow">
+                    <!-- propagate-natural-height on GtkScrolledWindow doesn't work for
+                         us because it doesn't seem to take into account HfW properly. -->
                     <property name="visible">true</property>
                     <property name="shadow-type">none</property>
-                    <property name="max-content-height">500</property>
                     <child>
                       <object class="GtkListBox" id="list_box">
                         <property name="selection-mode">none</property>


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