Aleksander Machniak
2013-06-12 36adaf630d5e08c3d347756e7f1c50e3637aeb93
Improved width of message list menu dialog
1 files modified
3 ■■■■ changed files
skins/larry/ui.js 3 ●●●● patch | view | raw | blame | history
skins/larry/ui.js
@@ -754,7 +754,8 @@
      close: function() {
        $dialog.dialog('destroy').hide();
      },
      width: 650
      minWidth: 500,
      width: $dialog.width()+25
    }).show();
  }