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

Chris Lumens clumens at redhat.com
Tue Sep 23 20:29:45 UTC 2014


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>
-- 
1.9.3



More information about the anaconda-patches mailing list