diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/organize/views/organize_frame.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/views/organize_frame.html.php b/modules/organize/views/organize_frame.html.php index e8cf3c06..16f78603 100644 --- a/modules/organize/views/organize_frame.html.php +++ b/modules/organize/views/organize_frame.html.php @@ -224,7 +224,7 @@ allowBlank: false, forceSelection: true, triggerAction: "all", - flex: 2, + flex: 3, store: new Ext.data.ArrayStore({ id: 0, fields: ["key", "value"], |