6623: funny GUI report-language display
svn: r22005
This commit is contained in:
parent
9fc255371d
commit
6d57f08ac0
@ -499,6 +499,7 @@ class GuiEnumeratedListOption(Gtk.HBox):
|
||||
evtBox = Gtk.EventBox()
|
||||
self.__option = option
|
||||
self.__combo = Gtk.ComboBoxText()
|
||||
if len(option.get_items()) > 18:
|
||||
self.__combo.set_popup_fixed_width(False)
|
||||
self.__combo.set_wrap_width(3)
|
||||
evtBox.add(self.__combo)
|
||||
|
Loading…
Reference in New Issue
Block a user