[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] Set the height request of the pickLanguageLabel
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Subject: Re: [PATCH] Set the height request of the pickLanguageLabel
- Date: Tue, 19 Jun 2012 09:52:58 -0400
> diff --git a/pyanaconda/ui/gui/spokes/welcome.ui b/pyanaconda/ui/gui/spokes/welcome.ui
> index cf94ac8..25b667f 100644
> --- a/pyanaconda/ui/gui/spokes/welcome.ui
> +++ b/pyanaconda/ui/gui/spokes/welcome.ui
> @@ -257,6 +257,7 @@ OS you can rely on. It's for testing purposes only.</property>
> </child>
> <child>
> <object class="GtkLabel" id="pickLanguageLabel">
> + <property name="height_request">50</property>
> <property name="visible">True</property>
> <property name="can_focus">False</property>
> <property name="valign">center</property>
I'm not a huge fan of hard-coding sizes, but I've had to do it in a
couple targeted places. As long as we don't get out of hand with it,
ACK.
- Chris
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]