enable multi-column paper choices, in report output
svn: r22106
This commit is contained in:
parent
f5eae77246
commit
e709c127f6
@ -56,6 +56,7 @@ class PaperComboBox(Gtk.ComboBox):
|
||||
|
||||
def __init__(self,default_name):
|
||||
GObject.GObject.__init__(self)
|
||||
self.set_wrap_width(4)
|
||||
|
||||
self.store = Gtk.ListStore(GObject.TYPE_STRING)
|
||||
self.set_model(self.store)
|
||||
|
Loading…
Reference in New Issue
Block a user