[glade/modern-ui: 8/33] GladeAdaptorChooser: set viewport max content	height instead of min
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [glade/modern-ui: 8/33] GladeAdaptorChooser: set viewport max content	height instead of min
- Date: Mon, 14 Aug 2017 20:13:54 +0000 (UTC)
commit d7906485329db75a49900f67f2bca47e2c591094
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Sat Jun 10 20:54:13 2017 -0300
    GladeAdaptorChooser: set viewport max content height instead of min
 gladeui/glade-adaptor-chooser.ui |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/gladeui/glade-adaptor-chooser.ui b/gladeui/glade-adaptor-chooser.ui
index cd8dab5..0095eea 100644
--- a/gladeui/glade-adaptor-chooser.ui
+++ b/gladeui/glade-adaptor-chooser.ui
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.18.1 -->
+<!-- Generated with glade 3.20.0 -->
 <interface>
-  <requires lib="gtk+" version="3.12"/>
+  <requires lib="gtk+" version="3.20"/>
   <object class="GtkListStore" id="store">
     <columns>
       <!-- column-name adaptor -->
@@ -52,7 +52,9 @@
         <property name="can_focus">True</property>
         <property name="hscrollbar_policy">never</property>
         <property name="shadow_type">in</property>
-        <property name="min_content_height">196</property>
+        <property name="max_content_height">512</property>
+        <property name="propagate_natural_width">True</property>
+        <property name="propagate_natural_height">True</property>
         <child>
           <object class="GtkTreeView" id="treeview">
             <property name="visible">True</property>
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]