From 0fffc1f49738f92968d807ced0682815767eb5c5 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 5 Feb 2015 08:18:46 +0000 Subject: [PATCH] cosmetic changes --- static/js/embedDocumentDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/embedDocumentDialog.js b/static/js/embedDocumentDialog.js index a271f5074..535636d0d 100644 --- a/static/js/embedDocumentDialog.js +++ b/static/js/embedDocumentDialog.js @@ -45,7 +45,7 @@ pandora.ui.embedDocumentDialog = function(id, position) { closeButton: true, content: $content, fixedSize: true, - height: 128, + height: 144, keys: {escape: 'close'}, removeOnClose: true, title: Ox._('Embed Document'),