Comment 3 for bug 364617

Revision history for this message
Evan (ev) wrote :

Fairly trivial to fix, but it runs headfirst into GTK+'s poor layout management (no height for width).

=== modified file 'ubiquity/frontend/gtk_ui.py'
--- ubiquity/frontend/gtk_ui.py 2009-09-21 11:52:53 +0000
+++ ubiquity/frontend/gtk_ui.py 2009-09-30 20:45:06 +0000
@@ -1505,6 +1505,7 @@
                     self.format_warning_align = a
                     label = gtk.Label()
                     self.format_warning = label
+ self.format_warning.set_line_wrap(True)
                     hbox = gtk.HBox(spacing=6)
                     img = gtk.Image()
                     img.set_from_icon_name('gtk-dialog-warning', gtk.ICON_SIZE_BUTTON)