summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-04-29 16:46:08 +0200
committerCarlos Soriano <csoriano@gnome.org>2015-05-13 19:22:51 +0200
commit211d7def85f79c85ea298208dc95ae25997602af (patch)
treece48c7fbdd1751103e6943981e2e1623f5cd2f83
parent484974a2a7daf0c4468a1c18fc00c071251c1afa (diff)
downloadnautilus-211d7def85f79c85ea298208dc95ae25997602af.tar.gz
window: fix style tag outside <object>
The style tag needs to be inside the <object> scope
-rw-r--r--src/nautilus-window.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nautilus-window.ui b/src/nautilus-window.ui
index 7ab2c2dfd..5205ced76 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">