diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-02-04 22:48:51 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-02-04 22:48:51 +0100 |
commit | f8a57ebd94941b685287895519fa7427f8e30b3b (patch) | |
tree | 09b8c81ec9ed12f922d99bc9552692777bfeaa3c /program | |
parent | 63eae4a196372bc60c22a7f39d15ef4f448eb738 (diff) |
Use standard dialog popups for the ACL permissions form; that will open it in the main window with enoough space and better UI integration
Diffstat (limited to 'program')
-rw-r--r-- | 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 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; |