[PATCH] Remove the top and bottom padding from source spoke action area

David Shea dshea at redhat.com
Thu Apr 17 17:35:56 UTC 2014


On 04/16/2014 05:12 PM, David Shea wrote:
> There is way too much stuff going on this window to have that much
> padding. This prevents the info bar from being pushed off of the screen
> if all installation source options are displayed.
> ---
>   pyanaconda/ui/gui/spokes/source.glade | 2 --
>   1 file changed, 2 deletions(-)
>
> diff --git a/pyanaconda/ui/gui/spokes/source.glade b/pyanaconda/ui/gui/spokes/source.glade
> index 85300b7..c69cbef 100644
> --- a/pyanaconda/ui/gui/spokes/source.glade
> +++ b/pyanaconda/ui/gui/spokes/source.glade
> @@ -508,8 +508,6 @@
>               <property name="hexpand">True</property>
>               <property name="vexpand">True</property>
>               <property name="yalign">0</property>
> -            <property name="top_padding">12</property>
> -            <property name="bottom_padding">48</property>
>               <property name="left_padding">24</property>
>               <property name="right_padding">24</property>
>               <child internal-child="action_area">

For what it's worth, my motivation for that po-updates patch was to make 
it easier to test this out. I ran some lorem ipsum through google 
translate to transliterate it into Kannada (aka the vertical German) and 
pasted that into the untranslated strings in the source spoke. It looks 
like it all just barely fits without the padding in the action_area 
alignment: http://dshea.fedorapeople.org/unpadded_kn.jpg

To compare, here's English: http://dshea.fedorapeople.org/unpadded_en.jpg


More information about the anaconda-patches mailing list