From 24b8e9b060c77523cf557f7a8ffc94f72a7e0b42 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 6 Jan 2011 23:15:07 -0800 Subject: Make the sort column combobox wider. --- modules/organize/views/organize_frame.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/organize') 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"], -- cgit v1.2.3