diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-06-12 11:31:39 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-06-12 11:31:39 +0200 |
commit | 36adaf630d5e08c3d347756e7f1c50e3637aeb93 (patch) | |
tree | dc85ff524314baf2b7df05b4ab9ac505ec3d9c0c /skins | |
parent | 22d48c269795d040da06c060151c74b1a7063107 (diff) |
Improved width of message list menu dialog
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/ui.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/larry/ui.js b/skins/larry/ui.js index 65707cc76..f7428f4da 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -754,7 +754,8 @@ function rcube_mail_ui() close: function() { $dialog.dialog('destroy').hide(); }, - width: 650 + minWidth: 500, + width: $dialog.width()+25 }).show(); } |