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

Merge branch '740-dialog-window-with-list-of-publication-make-it-resizable' into 'master'

Resolve "Dialog window with list of publication - make it resizable"

Closes #740

See merge request !858
parents 113bb63e ed161db4
No related branches found
No related tags found
1 merge request!858Resolve "Dialog window with list of publication - make it resizable"
Pipeline #12084 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