From 5c827f11af2b5f515f51a8a644cb82260eaaf669 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 22 Mar 2012 20:30:31 +0000 Subject: [PATCH] add maximizeButton --- static/js/pandora/statisticsDialog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/pandora/statisticsDialog.js b/static/js/pandora/statisticsDialog.js index a41f9747..373d584e 100644 --- a/static/js/pandora/statisticsDialog.js +++ b/static/js/pandora/statisticsDialog.js @@ -46,6 +46,7 @@ pandora.ui.statisticsDialog = function() { closeButton: true, content: Ox.Element(), height: dialogHeight, + maximizeButton: true, minHeight: 256, minWidth: 512, removeOnClose: true,