Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2008-08-25 12:09:52 (GMT)
committer Simon Schampijer <simon@schampijer.de>2008-08-25 12:09:52 (GMT)
commitc639e7291a2b602aee24cc8f8c2eaed388ff0c02 (patch)
treeec3cbe856fdb8594770953a25b0f27e26619fb95 /src
parent927ae13aec406cd3d3f67d6e10a8ef1f253a0a80 (diff)
Remove the set_size_request for the alert message
This gave problems on the xo - part of #7841
Diffstat (limited to 'src')
-rw-r--r--src/sugar/graphics/alert.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sugar/graphics/alert.py b/src/sugar/graphics/alert.py
index a4d2a5a..39c373c 100644
--- a/src/sugar/graphics/alert.py
+++ b/src/sugar/graphics/alert.py
@@ -105,9 +105,6 @@ class Alert(gtk.EventBox):
if self._msg != value:
self._msg = value
self._msg_label.set_markup(self._msg)
- width, height_ = self._msg_label.size_request()
- self._msg_label.set_size_request(width-style.DEFAULT_SPACING,
- -1)
self._msg_label.set_line_wrap(True)
elif pspec.name == 'icon':
if self._icon != value: