From 7976e94b739bb9129b9d944ba5dc7d11a1d2bda6 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Thu, 2 Feb 2012 11:26:54 +0100 Subject: [PATCH] resized PushBox --- www/prod/page0.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/prod/page0.js b/www/prod/page0.js index 17b0417409..72ca1f0f53 100644 --- a/www/prod/page0.js +++ b/www/prod/page0.js @@ -1869,8 +1869,8 @@ function pushThis(sstt_id, lst) resizable:false, closeOnEscape:true, modal:true, - width:'800', - height:'500' + width:(bodySize.x-50), + height:(bodySize.y-50) }) .dialog('open'); @@ -1898,8 +1898,8 @@ function feedbackThis(sstt_id, lst) resizable:false, closeOnEscape:true, modal:true, - width:'800', - height:'500' + width:(bodySize.x-50), + height:(bodySize.y-50) }) .dialog('open');