[Pkg-sugar-commit] [sugar-toolkit] 57/118: Fix bold font style

Jonas Smedegaard dr at jones.dk
Thu Apr 16 18:49:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.84.10-1
in repository sugar-toolkit.

commit ee5dddd12187b795cbb77f0dd479f07cc7aa167c
Author: Daniel Drake <dsd at laptop.org>
Date:   Tue Dec 1 17:43:37 2009 +0000

    Fix bold font style
    
    Small error in my last commit.
---
 src/sugar/graphics/style.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sugar/graphics/style.py b/src/sugar/graphics/style.py
index 4bccd89..de658d1 100644
--- a/src/sugar/graphics/style.py
+++ b/src/sugar/graphics/style.py
@@ -113,7 +113,7 @@ FONT_SIZE = client.get_float('/desktop/sugar/font/default_size')
 FONT_FACE = client.get_string('/desktop/sugar/font/default_face')
 
 FONT_NORMAL = Font('%s %f' % (FONT_FACE, FONT_SIZE))
-FONT_BOLD = Font('%s %f' % (FONT_FACE, FONT_SIZE))
+FONT_BOLD = Font('%s bold %f' % (FONT_FACE, FONT_SIZE))
 FONT_NORMAL_H = zoom(24)
 FONT_BOLD_H = zoom(24)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-toolkit.git



More information about the pkg-sugar-commit mailing list