[nautilus] window: fix style tag outside <object>



commit 60da77d82287e302d00d523b5bef9803db7a273d
Author: Carlos Soriano <csoriano gnome org>
Date:   Wed Apr 29 16:46:08 2015 +0200

    window: fix style tag outside <object>
    
    The style tag needs to be inside the <object> scope

 src/nautilus-window.ui |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/nautilus-window.ui b/src/nautilus-window.ui
index 47100ad..105fe2a 100644
--- a/src/nautilus-window.ui
+++ b/src/nautilus-window.ui
@@ -89,10 +89,10 @@
                                 <property name="receives_default">True</property>
                                 <property name="no_show_all">True</property>
                                 <property name="margin_end">6</property>
+                                <style>
+                                  <class name="text-button"/>
+                                </style>
                               </object>
-                              <style>
-                                <class name="text-button"/>
-                              </style>
                             </child>
                             <child>
                               <object class="GtkButton" id="notification_delete_close">


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