From 7d54b121b047699afd1259b97724948200e9f6ec Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 30 Apr 2013 14:49:55 +0000 Subject: increase label font size --- diff --git a/NEWS b/NEWS index 26b26c8..87bf5fc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +49 + +ENHANCEMENT: +* Increase label font size + 47 BUG_FIX diff --git a/abacus_window.py b/abacus_window.py index 9f44f99..73f4229 100644 --- a/abacus_window.py +++ b/abacus_window.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -#Copyright (c) 2010-12, Walter Bender +#Copyright (c) 2010-13, Walter Bender #Copyright (c) 2010, Tuukka Hastrup # # This program is free software; you can redistribute it and/or modify @@ -1116,7 +1116,7 @@ class AbacusGeneric(): self.label_bar = Sprite(self.abacus.sprites, x, 0, _svg_str_to_pixbuf(label)) self.label_bar.type = 'frame' - self.label_bar.set_label_attributes(12, rescale=False) + self.label_bar.set_label_attributes(24, rescale=False) self.label_bar.set_label_color('black') # and then the rods and beads. diff --git a/activity/activity.info b/activity/activity.info index d519191..dcb67c9 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -1,6 +1,6 @@ [Activity] name = Abacus -activity_version = 47 +activity_version = 49 license = GPLv3 bundle_id = org.sugarlabs.AbacusActivity exec = sugar-activity AbacusActivity.AbacusActivity -- cgit v0.9.1