Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/calendario.py
diff options
context:
space:
mode:
authoryaderv <yajosev@gmail.com>2011-02-26 16:38:19 (GMT)
committer yaderv <yajosev@gmail.com>2011-02-26 16:38:19 (GMT)
commit27dde6eedc76ae3a660cd86abe7db946c80926ea (patch)
tree46018389e72290e866437721ae376d89432212fc /calendario.py
parentf4987b4fa24996a33fbcc6a6f5966816e0cedcd5 (diff)
fixed string
Diffstat (limited to 'calendario.py')
-rw-r--r--calendario.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendario.py b/calendario.py
index 0ffe530..a58618d 100644
--- a/calendario.py
+++ b/calendario.py
@@ -316,7 +316,7 @@ class CalendarioActivity(activity.Activity):
self.columna = gtk.TreeViewColumn('', self.celda, text = 0)
self.actividades.append_column(self.columna)
self.columna = gtk.TreeViewColumn(self.actividad, self.celda, text = 1)
- self.columna.set_min_width(400)
+ self.columna.set_min_width(365)
self.actividades.append_column(self.columna)
self.columna = gtk.TreeViewColumn(self.categoria, self.celda, text = 2)
self.actividades.append_column(self.columna)