From f8a57ebd94941b685287895519fa7427f8e30b3b Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Tue, 4 Feb 2014 22:48:51 +0100 Subject: Use standard dialog popups for the ACL permissions form; that will open it in the main window with enoough space and better UI integration --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program') diff --git a/program/js/app.js b/program/js/app.js index c8def1a75..1ef341415 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -6335,7 +6335,7 @@ function rcube_webmail() popup.dialog('option', { height: Math.min(h - 40, height + 75 + (buttons ? 50 : 0)), - width: Math.min(w - 20, width + 20) + width: Math.min(w - 20, width + 36) }); return popup; -- cgit v1.2.3