[gtk-quartz-engine] Fix font size for Gtkmm TreeView widget
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-quartz-engine] Fix font size for Gtkmm TreeView widget
- Date: Sat, 9 Oct 2010 18:07:38 +0000 (UTC)
commit c134aa6949083a05fdeb2bbc2b8fece3d31fdbc1
Author: Rob Caelers <robc krandor org>
Date: Wed Jun 3 21:56:09 2009 +0200
Fix font size for Gtkmm TreeView widget
ChangeLog | 6 ++++++
src/quartz-style.c | 3 ++-
2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 16df30e..28229a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-03 Rob Caelers <robc krandor nl>
+
+ * src/quartz-style.c (draw_box): Fix font size for Gtkmm TreeView
+ widget (widget is called gtkm__GtkTreeView and was not matched by
+ style rules).
+
2009-06-02 Rob Caelers <robc krandor nl>
* src/quartz-style.c (draw_box): Add support for the (now
diff --git a/src/quartz-style.c b/src/quartz-style.c
index 6fbf721..4190194 100644
--- a/src/quartz-style.c
+++ b/src/quartz-style.c
@@ -182,7 +182,7 @@ style_setup_rc_styles (void)
"Lucida Grande 9");
/* TreeView column header (button). */
- RC_WIDGET_CLASS ("quartz-tree-header", "*.GtkTreeView.*Button*",
+ RC_WIDGET_CLASS ("quartz-tree-header", "*.*GtkTreeView*.*Button*",
"font_name = \"%s\"\n"
"GtkWidget::focus-line-width = 0\n"
"GtkWidget::draw-border = { 1, 1, 1, 1 }\n"
@@ -233,6 +233,7 @@ style_setup_rc_styles (void)
"ythickness = 2\n"
"%s", "");
+ /* OptionMenu. */
RC_WIDGET_CLASS ("quartz-optionmenu", "*GtkOptionMenu*",
"xthickness = 6\n"
"ythickness = 2\n"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]