[dconf-editor] Adapt ScrolledWindow widgets to Gtk+ changes/fixes.



commit 75d55101417ddafa47d36eab26c36298a6fb3702
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Thu Sep 1 10:39:41 2016 +0200

    Adapt ScrolledWindow widgets to Gtk+ changes/fixes.

 editor/bookmarks.ui     |    2 ++
 editor/registry-info.ui |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/editor/bookmarks.ui b/editor/bookmarks.ui
index dbf075c..2fd0327 100644
--- a/editor/bookmarks.ui
+++ b/editor/bookmarks.ui
@@ -49,6 +49,8 @@
             <property name="hscrollbar-policy">never</property>
             <property name="shadow-type">etched-in</property>
             <property name="max-content-height">300</property>
+            <property name="propagate-natural-width">True</property>
+            <property name="propagate-natural-height">True</property>
             <child>
               <object class="GtkListBox" id="bookmarks_list_box">
                 <property name="visible">True</property>
diff --git a/editor/registry-info.ui b/editor/registry-info.ui
index 3c02655..8f583b8 100644
--- a/editor/registry-info.ui
+++ b/editor/registry-info.ui
@@ -65,6 +65,7 @@
     <child>
       <object class="GtkScrolledWindow">
         <property name="visible">True</property>
+        <property name="vexpand">True</property>
         <child>
           <object class="GtkListBox" id="properties_list_box">
             <property name="visible">True</property>


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