These two patches tweak the Welcome and Langsupport spokes in a way Chris suggested in his comment.
Vratislav Podzimek (2): Set minimal width request for the locales box Center the Langsupport spoke's description
pyanaconda/ui/gui/spokes/langsupport.glade | 7 ++++--- pyanaconda/ui/gui/spokes/welcome.glade | 1 + 2 files changed, 5 insertions(+), 3 deletions(-)
This prevents it from growing and shrinking when different languages are selected.
Signed-off-by: Vratislav Podzimek vpodzime@redhat.com --- pyanaconda/ui/gui/spokes/langsupport.glade | 1 + pyanaconda/ui/gui/spokes/welcome.glade | 1 + 2 files changed, 2 insertions(+)
diff --git a/pyanaconda/ui/gui/spokes/langsupport.glade b/pyanaconda/ui/gui/spokes/langsupport.glade index 6727c9b..8e890df 100644 --- a/pyanaconda/ui/gui/spokes/langsupport.glade +++ b/pyanaconda/ui/gui/spokes/langsupport.glade @@ -192,6 +192,7 @@ <property name="shadow_type">in</property> <child> <object class="GtkTreeView" id="localeView"> + <property name="width_request">300</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> diff --git a/pyanaconda/ui/gui/spokes/welcome.glade b/pyanaconda/ui/gui/spokes/welcome.glade index da6d7ae..bdacd32 100644 --- a/pyanaconda/ui/gui/spokes/welcome.glade +++ b/pyanaconda/ui/gui/spokes/welcome.glade @@ -469,6 +469,7 @@ <property name="shadow_type">in</property> <child> <object class="GtkTreeView" id="localeView"> + <property name="width_request">300</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property>
Also add a colon at the end of the string and add some vertical space between it and the language/locale scroll boxes.
Signed-off-by: Vratislav Podzimek vpodzime@redhat.com --- pyanaconda/ui/gui/spokes/langsupport.glade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pyanaconda/ui/gui/spokes/langsupport.glade b/pyanaconda/ui/gui/spokes/langsupport.glade index 8e890df..4a81b4d 100644 --- a/pyanaconda/ui/gui/spokes/langsupport.glade +++ b/pyanaconda/ui/gui/spokes/langsupport.glade @@ -58,13 +58,13 @@ <object class="GtkBox" id="AnacondaSpokeWindow-action_area1"> <property name="can_focus">False</property> <property name="orientation">vertical</property> - <property name="spacing">6</property> + <property name="spacing">12</property> <child> <object class="GtkLabel" id="selectLabel"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="halign">start</property> - <property name="label" translatable="yes">Select additional language support to be installed</property> + <property name="halign">center</property> + <property name="label" translatable="yes">Select additional language support to be installed:</property> <attributes> <attribute name="font-desc" value="Cantarell 14"/> <attribute name="weight" value="normal"/>
On Wed, 2013-09-11 at 15:45 +0200, Vratislav Podzimek wrote:
These two patches tweak the Welcome and Langsupport spokes in a way Chris suggested in his comment.
Vratislav Podzimek (2): Set minimal width request for the locales box Center the Langsupport spoke's description
pyanaconda/ui/gui/spokes/langsupport.glade | 7 ++++--- pyanaconda/ui/gui/spokes/welcome.glade | 1 + 2 files changed, 5 insertions(+), 3 deletions(-)
Both look fine, thanks!
anaconda-patches@lists.fedorahosted.org