1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-05 21:52:10 +01:00

OP-1447 Use smaller steps for the output calibration wizard page slider

This commit is contained in:
Stefan Karlsson 2014-08-15 20:03:08 +02:00
parent a309537e62
commit 49c5c7a3d8

View File

@ -88,10 +88,10 @@ p, li { white-space: pre-wrap; }
<number>1300</number> <number>1300</number>
</property> </property>
<property name="singleStep"> <property name="singleStep">
<number>10</number> <number>1</number>
</property> </property>
<property name="pageStep"> <property name="pageStep">
<number>20</number> <number>10</number>
</property> </property>
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>