changeset 4eae89028b4b in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=4eae89028b4b
description: Fix gtk.label + wrapping in the dataform widget.(problem -
http://img36.imageshack.us/img36/2782/tmpbhyeyn.png)
diffstat:
src/gtkgui_helpers.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 6abeae5e986c -r 4eae89028b4b src/gtkgui_helpers.py
--- a/src/gtkgui_helpers.py Fri Oct 07 17:57:24 2011 +0200
+++ b/src/gtkgui_helpers.py Fri Oct 07 22:22:25 2011 +0300
@@ -1081,6 +1081,7 @@
return
# set wrap width to the pango.Layout of the labels ###
+ widget.set_alignment(0.0, 0.0)
layout.set_width (allocation.width * pango.SCALE)
lh = layout.get_size()[1]
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits