[gtk+/gtk-style-context] 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] GtkCssProvider: Draw frame around menubars and toolbars in default CSS.
- Date: Mon, 22 Nov 2010 20:52:14 +0000 (UTC)
commit 1aff458be26448dbdbc08ae2bfefe6ae03ded075
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]