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
From: David Shea dshea@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 | 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 2de2172..e03aeea 100644 --- a/pyanaconda/ui/gui/spokes/custom.glade +++ b/pyanaconda/ui/gui/spokes/custom.glade @@ -373,7 +373,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="halign">start</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>
Added label: ACK.
Looks good to me too.
Closed.
Commited via CLI.
anaconda-patches@lists.fedorahosted.org