From f147849bb05a48fe721851b2ebc2d0d746e2ca75 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Tue, 04 Feb 2014 16:49:23 -0500 Subject: [PATCH] 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 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/js/app.js b/program/js/app.js index 540abf1..af47e85 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -6335,7 +6335,7 @@ 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; -- Gitblit v1.9.1