Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2013-04-30 14:49:55 (GMT)
committer Walter Bender <walter.bender@gmail.com>2013-04-30 14:49:55 (GMT)
commit7d54b121b047699afd1259b97724948200e9f6ec (patch)
tree6ee7c059b86c139169c498c0ce552d6980f196c6
parent3bf613acb243688e22ea7aa71c72a94ae1540f85 (diff)
increase label font sizev49
-rw-r--r--NEWS5
-rw-r--r--abacus_window.py4
-rw-r--r--activity/activity.info2
3 files changed, 8 insertions, 3 deletions
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