Fix roster resizing in one window mode
This commit is contained in:
parent
137ae2b54a
commit
9865135dbf
|
@ -6474,6 +6474,7 @@ class RosterWindow:
|
|||
self.status_combobox.add_attribute(cell, 'sensitive', 3)
|
||||
|
||||
cell = Gtk.CellRendererText()
|
||||
cell.set_property('ellipsize', Pango.EllipsizeMode.END)
|
||||
cell.set_property('xpad', 5) # padding for status text
|
||||
self.status_combobox.pack_start(cell, True)
|
||||
# text to show is in in first column of liststore
|
||||
|
|
Loading…
Reference in New Issue