diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-05-08 17:17:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-08 17:17:14 +0200 |
| commit | c25bf5370ccb415c689295e541d8bbccb4684d5e (patch) | |
| tree | c4e3e8dcabe817e4c700008b238b7adc7112d80e /templates/stitch_plan_preview.xml | |
| parent | 762f052b663da16a32534fa2ed70df602d79fdab (diff) | |
save stitch plan display mode (#2278)
Diffstat (limited to 'templates/stitch_plan_preview.xml')
| -rw-r--r-- | templates/stitch_plan_preview.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/stitch_plan_preview.xml b/templates/stitch_plan_preview.xml index 835475b0..b7c41898 100644 --- a/templates/stitch_plan_preview.xml +++ b/templates/stitch_plan_preview.xml @@ -13,9 +13,9 @@ </effect> <param name="move-to-side" type="boolean" gui-text="Move stitch plan beside the canvas">true</param> <param name="layer-visibility" type="optiongroup" appearance="combo" gui-text="Design layer visibility"> - <option value="0">Unchanged</option> - <option value="1">Hidden</option> - <option value="2">Lower opacity</option> + <option value="unchanged">Unchanged</option> + <option value="hidden">Hidden</option> + <option value="lower_opacity">Lower opacity</option> </param> <param name="needle-points" type="boolean" gui-text="Needle points">false</param> <param name="insensitive" type="boolean" gui-text="Lock" |
