diff options
Diffstat (limited to 'iw/timezone_gui.py')
-rw-r--r-- | iw/timezone_gui.py | 1 |
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) |