[PATCH] Remove the border on the layout testing box.

David Shea dshea at redhat.com
Tue Sep 23 20:34:55 UTC 2014


On 09/23/2014 04:29 PM, Chris Lumens wrote:
> This results in a very thin grey area between the white layout testing box and
> the black border of that box.  It's ugly.
> ---
>   pyanaconda/ui/gui/spokes/keyboard.glade | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/pyanaconda/ui/gui/spokes/keyboard.glade b/pyanaconda/ui/gui/spokes/keyboard.glade
> index 149b2c8..0f4d9cb 100644
> --- a/pyanaconda/ui/gui/spokes/keyboard.glade
> +++ b/pyanaconda/ui/gui/spokes/keyboard.glade
> @@ -311,7 +311,6 @@
>                                 <object class="GtkTextView" id="layoutTextView">
>                                   <property name="visible">True</property>
>                                   <property name="can_focus">True</property>
> -                                <property name="border_width">6</property>
>                                   <property name="buffer">layoutTestBuffer</property>
>                                   <property name="accepts_tab">False</property>
>                                 </object>

Looks good


More information about the anaconda-patches mailing list