diff --git a/frontend-js/src/main/js/gui/CommentDialog.js b/frontend-js/src/main/js/gui/CommentDialog.js index 41bf2073baeb6215502df1f3467ba27d18303fa3..de7ad0e8ec1e81b47ee84bef28bc65e6b62dbb85 100644 --- a/frontend-js/src/main/js/gui/CommentDialog.js +++ b/frontend-js/src/main/js/gui/CommentDialog.js @@ -29,6 +29,7 @@ function CommentDialog(params) { var self = this; self._createGui(); $(self.getElement()).dialog({ + title: "Add comment", autoOpen: false, resizable: false, width: window.innerWidth / 2,