We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf4be7 commit 3371fe7Copy full SHA for 3371fe7
src/qml/filters/mask_shape/ui.qml
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2018-2023 Meltytech, LLC
+ * Copyright (c) 2018-2026 Meltytech, LLC
3
*
4
* This program is free software: you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License as published by
@@ -25,9 +25,9 @@ Item {
25
id: shapeRoot
26
27
property bool blockUpdate: true
28
- property double startValue: 50
29
- property double middleValue: 50
30
- property double endValue: 50
+ property double startValue: 0
+ property double middleValue: 100
+ property double endValue: 0
31
property int previousResourceComboIndex
32
property string reverseProperty: filter.isAtLeastVersion(3) ? 'filter.invert_mask' : 'filter.reverse'
33
0 commit comments