diff --git a/frontend-js/src/main/js/gui/leftPanel/PublicationListDialog.js b/frontend-js/src/main/js/gui/leftPanel/PublicationListDialog.js index 585b2e2f18e2c9448ab139cd19ba5fc3a8c57afc..44cc3c575221eeefdabcf60fc89e15dd7e1e4456 100644 --- a/frontend-js/src/main/js/gui/leftPanel/PublicationListDialog.js +++ b/frontend-js/src/main/js/gui/leftPanel/PublicationListDialog.js @@ -180,7 +180,7 @@ PublicationListDialog.prototype.show = function () { dialogClass: 'minerva-publication-list-dialog', title: "Publication list", autoOpen: false, - resizable: false, + resizable: true, width: Math.max(window.innerWidth / 2, window.innerWidth - 100), height: Math.max(window.innerHeight / 2, window.innerHeight - 100) });