[gnome-control-center/gnome-3-8] search: make locations box align with Close button



commit 4f8ad1d96d6e2ba2d5627d85dcf2282211608724
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Apr 2 13:12:01 2013 -0400

    search: make locations box align with Close button
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691917

 panels/search/search-locations-dialog.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/search/search-locations-dialog.ui b/panels/search/search-locations-dialog.ui
index 976fd26..da39816 100644
--- a/panels/search/search-locations-dialog.ui
+++ b/panels/search/search-locations-dialog.ui
@@ -3,7 +3,6 @@
   <!-- interface-requires gtk+ 3.0 -->
   <object class="GtkDialog" id="locations_dialog">
     <property name="can_focus">False</property>
-    <property name="border_width">5</property>
     <property name="default_height">400</property>
     <property name="default_width">400</property>
     <property name="modal">True</property>
@@ -45,6 +44,7 @@
             <property name="visible">True</property>
             <property name="can_focus">False</property>
             <property name="orientation">vertical</property>
+            <property name="border-width">5</property>
             <child>
               <object class="GtkScrolledWindow" id="locations_scrolledwindow">
                 <property name="visible">True</property>


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