[gtk+] docs: There is no font-name style property
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] docs: There is no font-name style property
- Date: Thu, 2 Jun 2011 00:13:39 +0000 (UTC)
commit a659143d551ece9b1212473850bb684a9ee118a6
Author: Benjamin Otte <otte redhat com>
Date: Thu Jun 2 01:55:45 2011 +0200
docs: There is no font-name style property
It's "font"
gtk/gtkcssprovider.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c
index e3ca238..7cf3a4f 100644
--- a/gtk/gtkcssprovider.c
+++ b/gtk/gtkcssprovider.c
@@ -141,12 +141,12 @@
*
* /* Theme any widget within a GtkBin */
* GtkBin * {
- * font-name: Sans 20
+ * font: Sans 20
* }
*
* /* Theme a label named title-label */
* GtkLabel#title-label {
- * font-name: Sans 15
+ * font: Sans 15
* }
*
* /* Theme any widget named main-entry */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]