From 11dd966be88ce31d8e3c3a52f241e7bbfabd4ea3 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 21 Nov 2014 14:55:03 +0000 Subject: [PATCH] update entity dialog dimensions --- static/js/entityDialog.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/js/entityDialog.js b/static/js/entityDialog.js index f7fe47930..bc1d36eb6 100644 --- a/static/js/entityDialog.js +++ b/static/js/entityDialog.js @@ -6,18 +6,19 @@ pandora.ui.entityDialog = function(options) { var ui = pandora.user.ui, - $content = Ox.Element(), + $content = Ox.Element() + .css({overflowY: 'auto'}), that = Ox.Dialog({ closeButton: true, content: $content, fixedSize: true, focus: false, - height: 384, + height: 416, padding: 0, removeOnClose: true, title: '', - width: 512, + width: 560, }) .bindEvent({ close: function() {