summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-01-30 18:54:05 +0000
committerChris Lumens <clumens@redhat.com>2007-01-30 18:54:05 +0000
commitc23816d5ea246957983736cc05747431009b7cd8 (patch)
tree613e8020d9c746da6abc09859daf468cd9579143 /iw
parent4ac8263a59166e29aeec21a781f95721d583532d (diff)
downloadanaconda-c23816d5ea246957983736cc05747431009b7cd8.tar.gz
anaconda-c23816d5ea246957983736cc05747431009b7cd8.tar.xz
anaconda-c23816d5ea246957983736cc05747431009b7cd8.zip
Wrap the label if it's too long (#225444).
Diffstat (limited to 'iw')
-rw-r--r--iw/timezone_gui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/timezone_gui.py b/iw/timezone_gui.py
index 1c9e4c62d..a31877dd9 100644
--- a/iw/timezone_gui.py
+++ b/iw/timezone_gui.py
@@ -181,6 +181,7 @@ class AnacondaTZMap(TimezoneMap):
# Label for the currently pointed at/selected city.
self.label = gtk.Label()
+ self.label.set_line_wrap(True)
self.hbox.pack_start(self.label, True, True, padding=5)
self.pack_start(self.hbox, False, False)