[PATCH 2/2] Make the Selected Disks and Configure Mount Point dialogs wider (#1171834).

Chris Lumens clumens at redhat.com
Wed Dec 10 17:46:00 UTC 2014


They're never going to be able to size themselves automatically to show
everything for everyone, but these new values ought to make them wide enough for
most people by default.
---
 pyanaconda/ui/gui/spokes/lib/cart.glade                   | 2 +-
 pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/lib/cart.glade b/pyanaconda/ui/gui/spokes/lib/cart.glade
index 819633c..1aa2ca4 100644
--- a/pyanaconda/ui/gui/spokes/lib/cart.glade
+++ b/pyanaconda/ui/gui/spokes/lib/cart.glade
@@ -19,7 +19,7 @@
     </columns>
   </object>
   <object class="GtkDialog" id="selected_disks_dialog">
-    <property name="width_request">500</property>
+    <property name="width_request">600</property>
     <property name="height_request">400</property>
     <property name="can_focus">False</property>
     <property name="border_width">6</property>
diff --git a/pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade b/pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade
index c73e528..a534ab4 100644
--- a/pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade
+++ b/pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade
@@ -109,7 +109,7 @@
     </columns>
   </object>
   <object class="GtkDialog" id="disks_dialog">
-    <property name="width_request">400</property>
+    <property name="width_request">550</property>
     <property name="height_request">200</property>
     <property name="can_focus">False</property>
     <property name="border_width">6</property>
-- 
1.9.3



More information about the anaconda-patches mailing list