Reduce advanced search window size

This commit is contained in:
Nicolas Le Goff
2014-11-24 16:42:55 +01:00
parent 9ea515ab39
commit ec64d41ebb

View File

@@ -761,7 +761,7 @@ $(document).ready(function () {
var parent = searchForm.parent();
var options = {
size: 'Full',
size: (bodySize.x - 120)+'x'+(bodySize.y - 120),
loading: false,
closeCallback: function (dialog) {