Skip to content
Snippets Groups Projects
Commit ed161db4 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

dialog is resizable

parent 113bb63e
No related branches found
No related tags found
1 merge request!858Resolve "Dialog window with list of publication - make it resizable"
Pipeline #12077 passed
......@@ -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)
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment