From 2a6ad5c040192e49f43537a98ebce4cd46afca53 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 23 Dec 2014 12:48:12 +0000 Subject: [PATCH] fix #2500 (dialog size) --- static/js/apiDialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/apiDialog.js b/static/js/apiDialog.js index a40f17b1..ae55c6d7 100644 --- a/static/js/apiDialog.js +++ b/static/js/apiDialog.js @@ -35,10 +35,10 @@ pandora.ui.apiDialog = function() { keys: {escape: 'close'}, maximizeButton: true, minHeight: 256, - minWidth: 544 + Ox.UI.SCROLLBAR_SIZE, + minWidth: 544 + 2 + Ox.UI.SCROLLBAR_SIZE, removeOnClose: true, title: Ox._('API Documentation'), - width: 672 + Ox.UI.SCROLLBAR_SIZE + width: 672 + 2 + Ox.UI.SCROLLBAR_SIZE }) .bindEvent({ close: function() {