[gtk+/gtk-style-context: 443/490] GtkCssProvider: Draw frame around menubars and toolbars in default CSS.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-style-context: 443/490] GtkCssProvider: Draw frame around menubars and toolbars in default CSS.
- Date: Wed, 24 Nov 2010 14:16:57 +0000 (UTC)
commit e3fb0415ef5d49d5995142b5b2e4b83f84e0a59b
Author: Carlos Garnacho <carlosg gnome org>
Date: Mon Nov 22 21:42:30 2010 +0100
GtkCssProvider: Draw frame around menubars and toolbars in default CSS.
gtk/gtkcssprovider.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c
index 51892a8..1226d83 100644
--- a/gtk/gtkcssprovider.c
+++ b/gtk/gtkcssprovider.c
@@ -3552,6 +3552,13 @@ gtk_css_provider_get_default (void)
" border-style: inset;\n"
" border-width: 1;\n"
"}\n"
+ "\n"
+ ".menu,\n"
+ ".menubar,\n"
+ ".toolbar {\n"
+ " border-style: outset;\n"
+ " border-width: 1;\n"
+ "}\n"
"\n";
provider = gtk_css_provider_new ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]