From 4bf76960a0982b2facb007847c163e9a32b0ee9f Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sun, 29 Oct 2006 22:41:52 -0500 Subject: [PATCH] Add a text style --- sugar/graphics/stylesheet.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sugar/graphics/stylesheet.py b/sugar/graphics/stylesheet.py index c387a259..98ae059e 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) +}