3595: More confort for non-english users

svn: r14303
This commit is contained in:
Jérôme Rapinat 2010-02-10 17:02:26 +00:00
parent aa30075b18
commit c77515294c

View File

@ -70,7 +70,7 @@ class EventEmbedList(DbGUIElement, GroupEmbeddedList):
#index = column in model. Value = #index = column in model. Value =
# (name, sortcol in model, width, markup/text, weigth_col # (name, sortcol in model, width, markup/text, weigth_col
_column_names = [ _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, (_('Type'), EventRefModel.COL_TYPE[0], 100, 0,
EventRefModel.COL_FONTWEIGHT[0]), EventRefModel.COL_FONTWEIGHT[0]),
(_('ID'), EventRefModel.COL_GID[0], 60, 0, (_('ID'), EventRefModel.COL_GID[0], 60, 0,