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)


** Attachment added: "unnecessary wrapping"
   http://launchpadlibrarian.net/32759150/format-warning-wrap.png

-- 
Ubuntu 9.04 installer's width increases too much in partitioning step if 
computer has other OS installed
https://bugs.launchpad.net/bugs/364617
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to