From a2ee892730b0fea40901f4367d339a35ead3725d Mon Sep 17 00:00:00 2001 From: Bruno Bottazzini Date: Wed, 30 Sep 2015 17:44:23 -0300 Subject: [PATCH] Shrink the height of "are you sure" dialog Signed-off-by: Bruno Bottazzini --- client/js/controllers/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/js/controllers/editor.js b/client/js/controllers/editor.js index 7546276..dddf5ff 100644 --- a/client/js/controllers/editor.js +++ b/client/js/controllers/editor.js @@ -535,7 +535,7 @@ autoOpen: false, modal: true, position: { at: "center top"}, - height: 220, + height: 170, width: 412, resizable: 'disable', show: { effect: "fade", duration: 300 },