Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2010-12-14 19:38:16 (GMT)
committer Simon Schampijer <simon@schampijer.de>2010-12-14 19:38:16 (GMT)
commitba35611c1623340c74a591e8460a8ea20ca34db7 (patch)
tree27cfd63e61e4f7c3759e5e9e0286032de8c1b5b9
parentc7f625e951df6b679092058b267e86c77b9f04a8 (diff)
Expand size of version field in activity list #10523
-rw-r--r--src/jarabe/desktop/activitieslist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/desktop/activitieslist.py b/src/jarabe/desktop/activitieslist.py
index a8332f0..90b0752 100644
--- a/src/jarabe/desktop/activitieslist.py
+++ b/src/jarabe/desktop/activitieslist.py
@@ -203,7 +203,7 @@ class ActivityEntry(hippo.CanvasBox, hippo.CanvasItem):
__gtype_name__ = 'SugarActivityEntry'
_TITLE_COL_WIDTH = style.GRID_CELL_SIZE * 3
- _VERSION_COL_WIDTH = style.GRID_CELL_SIZE * 1
+ _VERSION_COL_WIDTH = style.GRID_CELL_SIZE * 3
_DATE_COL_WIDTH = style.GRID_CELL_SIZE * 5
def __init__(self, activity_info):