This commit is contained in:
Azgaar 2019-09-08 18:41:08 +03:00
parent 723cf6a6c8
commit d592403046
3 changed files with 40 additions and 5 deletions

View file

@ -11,7 +11,7 @@ function editLabel() {
viewbox.on("touchmove mousemove", showEditorTips);
$("#labelEditor").dialog({
title: "Edit Label", resizable: false,
title: "Edit Label", resizable: false, width: fitContent(),
position: {my: "center top+10", at: "bottom", of: text, collision: "fit"},
close: closeLabelEditor
});