[FEM] line filter, resolution tweak

- disable keyboard tracking for the resolution
This commit is contained in:
Uwe
2022-06-12 18:22:24 +02:00
parent 4813e30703
commit 4f91499ada

View File

@@ -163,6 +163,9 @@
</item>
<item>
<widget class="QSpinBox" name="resolution">
<property name="keyboardTracking">
<bool>false</bool>
</property>
<property name="maximum">
<number>999999999</number>
</property>