diff options
author | Carlos Soriano <csoriano@gnome.org> | 2015-09-01 14:27:58 +0200 |
---|---|---|
committer | Carlos Soriano <csoriano@gnome.org> | 2015-09-01 14:28:38 +0200 |
commit | 528c576590eacddf9cacb083b06f09fab5f5469f (patch) | |
tree | 201426e88c3fa754d672cc62699a22e2fb00833c /gtk/ui | |
parent | b8f4e943fe5368a708e3caa45ae95daa4862d499 (diff) | |
download | gtk+-528c576590eacddf9cacb083b06f09fab5f5469f.tar.gz |
gtkplacessidebar: add sidebar row style
So designers can style it at their will.
Diffstat (limited to 'gtk/ui')
-rw-r--r-- | gtk/ui/gtksidebarrow.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/ui/gtksidebarrow.ui b/gtk/ui/gtksidebarrow.ui index 7df67548ab..67fc446015 100644 --- a/gtk/ui/gtksidebarrow.ui +++ b/gtk/ui/gtksidebarrow.ui @@ -4,6 +4,9 @@ <property name="visible">True</property> <property name="margin-top">1</property> <property name="margin-bottom">1</property> + <style> + <class name="sidebar-row"/> + </style> <child> <object class="GtkRevealer" id="revealer"> <property name="visible">True</property> |