mention which GTK should be fixed
This commit is contained in:
parent
aafcbd55ce
commit
f06cd21fd1
1 changed files with 6 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
## Advanced configuration window
|
## src/advanced.py
|
||||||
##
|
##
|
||||||
## Gajim Team:
|
## Gajim Team:
|
||||||
## - Yann Le Boulanger <asterix@lagaule.org>
|
## - Yann Le Boulanger <asterix@lagaule.org>
|
||||||
|
@ -114,7 +114,8 @@ class Advanced_configuration_window:
|
||||||
col = treeview.insert_column_with_attributes(-1, _('Value'),
|
col = treeview.insert_column_with_attributes(-1, _('Value'),
|
||||||
renderer_text, text = 1)
|
renderer_text, text = 1)
|
||||||
|
|
||||||
#col.set_resizable(True) seems like a GTK+ bug DO NOT REMOVE
|
#col.set_resizable(True) DO NOT REMOVE
|
||||||
|
# GTK+ bug http://bugzilla.gnome.org/show_bug.cgi?id=304139
|
||||||
col.set_max_width(250)
|
col.set_max_width(250)
|
||||||
|
|
||||||
renderer_text = gtk.CellRendererText()
|
renderer_text = gtk.CellRendererText()
|
||||||
|
|
Loading…
Add table
Reference in a new issue