This fixes the resizing of the language view, because of different label lengths caused by different translations. It still jumps up and down, because some languages have characters with bigger height. I had no success with fixing that part. Nothing helps. --- pyanaconda/ui/gui/spokes/welcome.ui | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyanaconda/ui/gui/spokes/welcome.ui b/pyanaconda/ui/gui/spokes/welcome.ui index 655f9f7..cf94ac8 100644 --- a/pyanaconda/ui/gui/spokes/welcome.ui +++ b/pyanaconda/ui/gui/spokes/welcome.ui @@ -259,6 +259,7 @@ OS you can rely on. It's for testing purposes only.</property> <object class="GtkLabel" id="pickLanguageLabel"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="valign">center</property> <property name="label" translatable="yes">What language would you like to use during the installation process?</property> <attributes> <attribute name="font-desc" value="Sans 14"/> @@ -274,6 +275,7 @@ OS you can rely on. It's for testing purposes only.</property> <object class="GtkScrolledWindow" id="languageWindow"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="halign">center</property> <property name="hscrollbar_policy">never</property> <property name="shadow_type">in</property> <child> -- 1.7.9.5 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list