[PATCH] Make the list in the configure container dialog taller (#965709).

Chris Lumens clumens at redhat.com
Fri Jun 14 21:44:12 UTC 2013


---
 pyanaconda/ui/gui/spokes/custom.glade | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyanaconda/ui/gui/spokes/custom.glade b/pyanaconda/ui/gui/spokes/custom.glade
index 0212ac4..f05e6f4 100644
--- a/pyanaconda/ui/gui/spokes/custom.glade
+++ b/pyanaconda/ui/gui/spokes/custom.glade
@@ -452,6 +452,7 @@ use.  Try something else?</property>
             </child>
             <child>
               <object class="GtkScrolledWindow" id="scrolledwindow2">
+                <property name="height_request">150</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="hexpand">True</property>
-- 
1.8.1.2



More information about the anaconda-patches mailing list