From ba26f11723fd903240f693a69305f4511ee9af94 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sun, 21 Oct 2012 18:29:13 +0000 Subject: overwrite default label width --- diff --git a/ColorDeductoActivity.py b/ColorDeductoActivity.py index c7852f3..7be9b39 100644 --- a/ColorDeductoActivity.py +++ b/ColorDeductoActivity.py @@ -129,7 +129,7 @@ class ColorDeductoActivity(activity.Activity): 'example', self.toolbar, self._example_cb, tooltip=_('Explore some examples.')) - self.status = label_factory(self.toolbar, '') + self.status = label_factory(self.toolbar, '', width=300) separator_factory(toolbox.toolbar, True, False) -- cgit v0.9.1