[PATCH 3/4] Make the configure mount point dialog taller. (#924182)

David Shea dshea at redhat.com
Fri Jun 20 18:33:29 UTC 2014


By default the ScrolledWindow in the configure mount point dialog is
tall enough for two and a half items, which is pretty much the minimum
number of items that can be in the dialog and have it make sense. Expand
it to the height that the container dialog uses, which is enough for
five or so items.
---
 pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade b/pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade
index 1e31c81..fb96605 100644
--- a/pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade
+++ b/pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade
@@ -204,6 +204,7 @@
                 <property name="hexpand">True</property>
                 <property name="vexpand">True</property>
                 <property name="shadow_type">in</property>
+                <property name="min_content_height">150</property>
                 <child>
                   <object class="GtkTreeView" id="disk_view">
                     <property name="visible">True</property>
-- 
2.0.0



More information about the anaconda-patches mailing list