From b22656d89cc114a563b391c2f5148e554eea84d8 Mon Sep 17 00:00:00 2001 From: Bruno Bottazzini Date: Wed, 14 Oct 2015 19:00:16 -0300 Subject: [PATCH] Make run dialog wider to be more readable when error message occurrs It will be set to be 75% of the navigator window size 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 32f0a7c..a8a24d3 100644 --- a/client/js/controllers/editor.js +++ b/client/js/controllers/editor.js @@ -237,7 +237,7 @@ modal: true, position: { at: "center top"}, height: 'auto', - width: 650, + width: '75%', show: { effect: "fade", duration: 300 }, hide: {effect: "fade", duration: 300 }, resizable: 'disable',