Update MkWatermarkEditorDialog.Layer.vue

This commit is contained in:
syuilo 2025-09-19 20:59:39 +09:00
parent 7a17f021d1
commit f02acefe7d
1 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkRange
:modelValue="layer.align.margin ?? 0"
:min="0"
:max="0.5"
:max="0.25"
:step="0.01"
:textConverter="(v) => (v * 100).toFixed(1) + '%'"
continuousUpdate
@ -81,7 +81,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkRange
:modelValue="layer.align.margin ?? 0"
:min="0"
:max="0.5"
:max="0.25"
:step="0.01"
:textConverter="(v) => (v * 100).toFixed(1) + '%'"
continuousUpdate
@ -148,7 +148,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkRange
:modelValue="layer.align.margin ?? 0"
:min="0"
:max="0.5"
:max="0.25"
:step="0.01"
:textConverter="(v) => (v * 100).toFixed(1) + '%'"
continuousUpdate