From f76cf989850d8485026f7f5dcba1fb3a369b114b Mon Sep 17 00:00:00 2001 From: Gary Martin Date: Wed, 03 Oct 2012 17:38:40 +0000 Subject: Make the simple clock face numbers match the previous visible size of the gtk Clock. --- (limited to 'clock.py') 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 = _('%d') % (i + 1) +font_desc="Sans Bold 40">%d') % (i + 1) cr.save() dx, dy = pango_layout.get_pixel_size() cr.translate(- dx / 2.0 + self._center_x + 0.75 * -- cgit v0.9.1