[seahorse] key-manager: remove scrolled window container border



commit ee1570fa1b8d27d81776b28fa5a64cedb9285c80
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Mar 21 23:27:36 2012 -0400

    key-manager: remove scrolled window container border
    
    The scrolled window should not have any border width; on the other hand,
    the treeview inside can use a left/right margin to give some space on
    the sides of the leftmost/rightmost renderers.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672602

 src/seahorse-key-manager.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/seahorse-key-manager.xml b/src/seahorse-key-manager.xml
index 100133e..2347104 100644
--- a/src/seahorse-key-manager.xml
+++ b/src/seahorse-key-manager.xml
@@ -64,12 +64,12 @@
                   <object class="GtkScrolledWindow" id="key-list-scroll-area">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
-                    <property name="border_width">3</property>
                     <child>
                       <object class="GtkTreeView" id="key-list">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
-                        <property name="border_width">12</property>
+                        <property name="margin_left">12</property>
+                        <property name="margin_right">12</property>
                         <property name="rules_hint">True</property>
                         <signal name="button-press-event" handler="on_keymanager_key_list_button_pressed" swapped="no"/>
                         <signal name="row-activated" handler="on_keymanager_row_activated" swapped="no"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]