Skip to content

Commit

Permalink
Improved width of message list menu dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Jun 12, 2013
1 parent 22d48c2 commit 36adaf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion skins/larry/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,8 @@ function rcube_mail_ui()
close: function() {
$dialog.dialog('destroy').hide();
},
width: 650
minWidth: 500,
width: $dialog.width()+25
}).show();
}

Expand Down

0 comments on commit 36adaf6

Please sign in to comment.