From 4bf76960a0982b2facb007847c163e9a32b0ee9f Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 30 Oct 2006 03:41:52 +0000 Subject: Add a text style --- (limited to 'sugar') diff --git a/sugar/graphics/stylesheet.py b/sugar/graphics/stylesheet.py index c387a25..98ae059 100644 --- a/sugar/graphics/stylesheet.py +++ b/sugar/graphics/stylesheet.py @@ -19,3 +19,8 @@ menu_Separator = { menu_ActionIcon = { 'size' : style.standard_icon_size } + +menu_Text = { + 'color' : 0xFFFFFFFF, + 'font' : style.get_font_description('Plain', 1.2) +} -- cgit v0.9.1