Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Martin <gary@garycmartin.com>2012-10-03 18:47:48 (GMT)
committer Gary Martin <gary@garycmartin.com>2012-10-03 18:47:48 (GMT)
commitb06c4a6c14b9fdd8e0ad5224b9b79a50396d1cdf (patch)
tree3f66112cf7c5fed44128a9189897fc4e2e09b452
parentad9e8ba04920080c1a06f40e780af1b12e7a3939 (diff)
Increase size of Digital Clock font so it matches the original size.
-rwxr-xr-xclock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clock.py b/clock.py
index eddb32c..3187ca2 100755
--- a/clock.py
+++ b/clock.py
@@ -666,7 +666,7 @@ class ClockFace(gtk.DrawingArea):
# the font don't have the same width. Try to use a Monospace
# font. xgettext:no-python-format
markup = _('<markup>\
-<span lang="en" font_desc="Sans,Monospace Bold 48">\
+<span lang="en" font_desc="Sans,Monospace Bold 96">\
<span foreground="#005FE4">%I</span>:\
<span foreground="#00B20D">%M</span>:\
<span foreground="#E6000A">%S</span>%p</span></markup>')