[gthumb] filters dialog: bigger list, make the list fill the available space



commit 0059253da56105e6f0341294dbbd2b5bd3024c3c
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Apr 21 11:45:18 2019 +0200

    filters dialog: bigger list, make the list fill the available space

 data/ui/personalize-filters.ui | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/data/ui/personalize-filters.ui b/data/ui/personalize-filters.ui
index efa18d5a..af72994a 100644
--- a/data/ui/personalize-filters.ui
+++ b/data/ui/personalize-filters.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.19.0 -->
+<!-- Generated with glade 3.22.1 -->
 <interface>
   <requires lib="gtk+" version="3.16"/>
   <object class="GtkBox" id="dialog_content">
@@ -73,10 +73,12 @@
             <property name="spacing">12</property>
             <child>
               <object class="GtkScrolledWindow" id="filters_scrolledwindow">
-                <property name="width_request">300</property>
-                <property name="height_request">300</property>
+                <property name="width_request">350</property>
+                <property name="height_request">350</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
+                <property name="hexpand">True</property>
+                <property name="vexpand">True</property>
                 <property name="shadow_type">etched-in</property>
                 <child>
                   <placeholder/>


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