255% as limit for Saturation/Desaturation on OSTC3

The default max value for a QSpinBox is 99. The default Saturation
factor for the OSTC3 is 110%. This code raises the max values to 255
which is as far as i've read the ostc3_interface.odt the max value.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2014-10-15 08:27:27 +02:00 committed by Dirk Hohndel
parent 0c4f027386
commit 0b85f59e87

View file

@ -354,6 +354,9 @@
<property name="suffix"> <property name="suffix">
<string>%</string> <string>%</string>
</property> </property>
<property name="maximum">
<number>255</number>
</property>
</widget> </widget>
</item> </item>
<item row="3" column="3"> <item row="3" column="3">
@ -371,6 +374,9 @@
<property name="suffix"> <property name="suffix">
<string>%</string> <string>%</string>
</property> </property>
<property name="maximum">
<number>255</number>
</property>
</widget> </widget>
</item> </item>
<item row="4" column="0"> <item row="4" column="0">