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