From c77515294cbf38c4af174e414cc246590136944e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Wed, 10 Feb 2010 17:02:26 +0000 Subject: [PATCH] 3595: More confort for non-english users svn: r14303 --- src/gui/editors/displaytabs/eventembedlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/editors/displaytabs/eventembedlist.py b/src/gui/editors/displaytabs/eventembedlist.py index 30910cf10..5ef193b23 100644 --- a/src/gui/editors/displaytabs/eventembedlist.py +++ b/src/gui/editors/displaytabs/eventembedlist.py @@ -70,7 +70,7 @@ class EventEmbedList(DbGUIElement, GroupEmbeddedList): #index = column in model. Value = # (name, sortcol in model, width, markup/text, weigth_col _column_names = [ - (_('Description'), -1, 195, 0, EventRefModel.COL_FONTWEIGHT[0]), + (_('Description'), -1, 240, 0, EventRefModel.COL_FONTWEIGHT[0]), (_('Type'), EventRefModel.COL_TYPE[0], 100, 0, EventRefModel.COL_FONTWEIGHT[0]), (_('ID'), EventRefModel.COL_GID[0], 60, 0,