Update tick marks on display distance/size sliders
This commit is contained in:
parent
d8a5f9ce91
commit
600db7a492
|
|
@ -120,7 +120,7 @@
|
||||||
<enum>QSlider::NoTicks</enum>
|
<enum>QSlider::NoTicks</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="tickStartOffset">
|
<property name="tickStartOffset">
|
||||||
<double>25</double>
|
<double>15</double>
|
||||||
</property>
|
</property>
|
||||||
<property name="tickInterval">
|
<property name="tickInterval">
|
||||||
<double>50</double>
|
<double>50</double>
|
||||||
|
|
@ -149,7 +149,7 @@
|
||||||
<enum>QSlider::NoTicks</enum>
|
<enum>QSlider::NoTicks</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="tickStartOffset">
|
<property name="tickStartOffset">
|
||||||
<double>25</double>
|
<double>15</double>
|
||||||
</property>
|
</property>
|
||||||
<property name="tickInterval">
|
<property name="tickInterval">
|
||||||
<double>50</double>
|
<double>50</double>
|
||||||
|
|
@ -178,10 +178,10 @@
|
||||||
<enum>QSlider::NoTicks</enum>
|
<enum>QSlider::NoTicks</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="tickStartOffset">
|
<property name="tickStartOffset">
|
||||||
<double>5</double>
|
<double>15</double>
|
||||||
</property>
|
</property>
|
||||||
<property name="tickInterval">
|
<property name="tickInterval">
|
||||||
<double>25</double>
|
<double>50</double>
|
||||||
</property>
|
</property>
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue