diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-01-06 23:15:07 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-01-06 23:15:07 -0800 |
commit | 24b8e9b060c77523cf557f7a8ffc94f72a7e0b42 (patch) | |
tree | 07ac8642c7ca937afa0e3cd97d857f922ec8df83 | |
parent | 8ece1e3a1906685055e17175a25050397dba8423 (diff) |
Make the sort column combobox wider.
-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"], |