[master 1/1] Equalize capacity & mount point entries (#1212615)

kellinm installerbot-noreply at redhat.com
Tue Jul 28 18:12:42 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

Conflicts:
	pyanaconda/ui/gui/spokes/custom.glade
---
 pyanaconda/ui/gui/spokes/custom.glade | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/4cf2d50f9b78b228465b749d3f5e24a8558f2c70


More information about the anaconda-patches mailing list