The width of the combo boxes drop down should match the combo box
itself.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
self.machine_title_desc.set_markup(mark)
self.machine_combo = gtk.combo_box_new_text()
- self.machine_combo.set_wrap_width(1)
self.machine_combo.connect("changed", self.machine_combo_changed_cb)
icon_file = hic.ICON_LAYERS_DISPLAY_FILE
self.image_title_desc.set_markup(mark)
self.image_combo = gtk.combo_box_new_text()
- self.image_combo.set_wrap_width(1)
self.image_combo_id = self.image_combo.connect("changed", self.image_combo_changed_cb)
self.image_desc = gtk.Label()