This commit is contained in:
Azgaar 2019-09-12 03:04:18 +03:00
parent 2e60c6a1a6
commit 8157585533
7 changed files with 49 additions and 45 deletions

View file

@ -27,7 +27,7 @@ function editNotes(id, name) {
// open a dialog
$("#notesEditor").dialog({
title: "Notes Editor", minWidth: Math.min(svgWidth, 400),
title: "Notes Editor", minWidth: "40em",
position: {my: "center", at: "center", of: "svg"}
});