Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/clock.py
diff options
context:
space:
mode:
authorGary Martin <gary@garycmartin.com>2012-10-03 17:38:40 (GMT)
committer Gary Martin <gary@garycmartin.com>2012-10-03 17:38:40 (GMT)
commitf76cf989850d8485026f7f5dcba1fb3a369b114b (patch)
tree4b6f00a1c5fa32d0e88de74bb4aa8afb86dafbba /clock.py
parent3b0d7ce739733186ca9b8849d56700a6bd75ff57 (diff)
Make the simple clock face numbers match the previous visible size of the gtk Clock.
Diffstat (limited to 'clock.py')
-rwxr-xr-xclock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clock.py b/clock.py
index bee12c6..14ccf7f 100755
--- a/clock.py
+++ b/clock.py
@@ -804,7 +804,7 @@ class ClockFace(gtk.DrawingArea):
# TRANS: The format of the font used to print hour
# numbers, from 1 to 12.
hour_number = _('<markup><span lang="en" \
-font_desc="Sans Bold 20">%d</span></markup>') % (i + 1)
+font_desc="Sans Bold 40">%d</span></markup>') % (i + 1)
cr.save()
dx, dy = pango_layout.get_pixel_size()
cr.translate(- dx / 2.0 + self._center_x + 0.75 *