[RHEL 7.2 - PATCH 4/5] Shorten the mount point entry to match the capacity entry (#1212615)

Robert Marshall rmarshall at redhat.com
Mon Jul 6 15:27:03 UTC 2015


From: David Shea <dshea at redhat.com>

Shorten the mount point entry box to match the width of the capacity entry box.

Resolves: rhbz#1212615
---
 pyanaconda/ui/gui/spokes/custom.glade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/custom.glade b/pyanaconda/ui/gui/spokes/custom.glade
index 2ce6358..7440fd8 100644
--- a/pyanaconda/ui/gui/spokes/custom.glade
+++ b/pyanaconda/ui/gui/spokes/custom.glade
@@ -374,7 +374,7 @@
                                                     <property name="can_focus">True</property>
                                                     <property name="halign">start</property>
                                                     <property name="invisible_char">●</property>
-                                                    <property name="width_chars">20</property>
+                                                    <property name="width_chars">10</property>
                                                     <property name="completion">mountPointCompletion</property>
                                                     <signal name="changed" handler="on_value_changed" swapped="no"/>
                                                   </object>
-- 
2.4.3


More information about the anaconda-patches mailing list