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

@ -418,7 +418,7 @@ function getHeight(h) {
function openBrushesPanel() {
if ($("#brushesPanel").is(":visible")) return;
$("#brushesPanel").dialog({
title: "Paint Brushes", minHeight: 40, width: "auto", maxWidth: 200, resizable: false,
title: "Paint Brushes", resizable: false,
position: {my: "right top", at: "right-10 top+10", of: "svg"}
}).on('dialogclose', exitBrushMode);