From 92bc0c7dc0b6d09961d4a81edea324de7ad6f86c Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Fri, 1 Jun 2012 22:43:14 +0000 Subject: [PATCH] Return columns widths to usable sizes svn: r19743 --- src/gui/editors/displaytabs/eventembedlist.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/editors/displaytabs/eventembedlist.py b/src/gui/editors/displaytabs/eventembedlist.py index 5cddc7d45..802adbd41 100644 --- a/src/gui/editors/displaytabs/eventembedlist.py +++ b/src/gui/editors/displaytabs/eventembedlist.py @@ -74,11 +74,11 @@ class EventEmbedList(DbGUIElement, GroupEmbeddedList): (_('Description'), -1, 240, 0, EventRefModel.COL_FONTWEIGHT[0]), (_('Type'), EventRefModel.COL_TYPE[0], 100, 0, EventRefModel.COL_FONTWEIGHT[0]), - (_('ID'), EventRefModel.COL_GID[0], 50, 0, + (_('ID'), EventRefModel.COL_GID[0], 60, 0, EventRefModel.COL_FONTWEIGHT[0]), - (_('Date'), EventRefModel.COL_SORTDATE[0], 80, 1, -1), + (_('Date'), EventRefModel.COL_SORTDATE[0], 150, 1, -1), (_('Place'), EventRefModel.COL_PLACE[0], 150, 0, -1), - (_('Role'), EventRefModel.COL_ROLE[0], 60, 0, -1), + (_('Role'), EventRefModel.COL_ROLE[0], 80, 0, -1), None, None, None,