changeset e054e60443e2 in /home/hg/repos/gajim

branches: gtk3
details:http://hg.gajim.org/gajim?cmd=changeset;node=e054e60443e2
description: Fix roster resizing in one window mode

diffstat:

 src/roster_window.py |  1 +
 1 файлов изменено, 1 вставок(+), 0 удалений(-)

различия (11 строк):

diff -r 493b1afcd45d -r e054e60443e2 src/roster_window.py
--- a/src/roster_window.py      Mon Jul 29 18:35:49 2013 +0200
+++ b/src/roster_window.py      Mon Jul 29 23:01:53 2013 +0400
@@ -6474,6 +6474,7 @@
         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
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to