From b9fb6e95c482d21b459c9049086d1eb270f99993 Mon Sep 17 00:00:00 2001 From: Andras Iklody Date: Fri, 30 Nov 2012 08:51:10 +0100 Subject: [PATCH] Tiny histogram change Changed the height of the list of types to fit the amount of data --- app/View/Users/memberslist.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/View/Users/memberslist.ctp b/app/View/Users/memberslist.ctp index b1b94e898..b2c79f3d4 100644 --- a/app/View/Users/memberslist.ctp +++ b/app/View/Users/memberslist.ctp @@ -35,7 +35,7 @@ foreach ($graphData as $row) { }); var panel1 = Ext.create('widget.panel', { width: 800, - height: 800, + height: 900, //title: 'Attributes by Organisation', renderTo: 'graph', layout: 'fit',