Skip to content

Commit 8cba64e

Browse files
committed
set transparency range 0-1
1 parent dc7aa98 commit 8cba64e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/Interface/Modules/Visualization/ShowField.ui

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,14 @@
104104
</widget>
105105
</item>
106106
<item>
107-
<widget class="QDoubleSpinBox" name="nodeTransparencyDoubleSpinBox_"/>
107+
<widget class="QDoubleSpinBox" name="nodeTransparencyDoubleSpinBox_">
108+
<property name="maximum">
109+
<double>1.000000000000000</double>
110+
</property>
111+
<property name="singleStep">
112+
<double>0.100000000000000</double>
113+
</property>
114+
</widget>
108115
</item>
109116
</layout>
110117
</item>

0 commit comments

Comments
 (0)