[recipes] Another simplification of window size handling



commit 98765e865eb81e9a39eddba30026dce1c196eda3
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jan 16 21:47:39 2017 -0500

    Another simplification of window size handling
    
    We were attempting to manually give the window the right
    size by setting scrolled windows not scrollable initially.
    This turns out to not really make things much better, so
    just stop doing it.

 src/gr-recipes-page.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-recipes-page.ui b/src/gr-recipes-page.ui
index 0eeef4a..9233271 100644
--- a/src/gr-recipes-page.ui
+++ b/src/gr-recipes-page.ui
@@ -13,7 +13,7 @@
       <object class="GtkScrolledWindow" id="scrolled_win">
         <property name="visible">1</property>
         <property name="hscrollbar-policy">never</property>
-        <property name="vscrollbar-policy">never</property>
+        <property name="vscrollbar-policy">automatic</property>
         <property name="propagate-natural-height">1</property>
         <child>
           <object class="GtkBox">


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