changeset e745457fee76 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=e745457fee76
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 0134934a46bf -r e745457fee76 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

Reply via email to