[epiphany] bookmarks: make scrolled window fill if it gets extra space



commit bdc9ed9604b7fd1ff238a7d1a0696b207165791c
Author: Jonathan Kang <jonathan121537 gmail com>
Date:   Mon Dec 18 17:08:52 2017 +0800

    bookmarks: make scrolled window fill if it gets extra space
    
    Fix 4a32a783195b85a819e3ef6530fc5e2b4ba7b049.
    
    Set "valign" property of scrolled window to GTK_ALIGN_FILL(default),
    so the scrolled window can stretch to fill all space if possible. Set
    "expand" property to True as well.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778843

 src/resources/gtk/bookmark-properties-grid.ui |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/resources/gtk/bookmark-properties-grid.ui b/src/resources/gtk/bookmark-properties-grid.ui
index 2936653..3f28c30 100644
--- a/src/resources/gtk/bookmark-properties-grid.ui
+++ b/src/resources/gtk/bookmark-properties-grid.ui
@@ -104,7 +104,8 @@
     </child>
     <child>
       <object class="GtkScrolledWindow">
-        <property name="valign">start</property>
+        <property name="expand">True</property>
+        <property name="max-content-height">132</property>
         <property name="min-content-height">38</property>
         <property name="hscrollbar-policy">never</property>
         <property name="propagate-natural-width">True</property>


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