1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 03:40:16 +02:00

* Allow a minimum album position of 0.

This commit is contained in:
Christian Muehlhaeuser
2012-11-16 11:01:33 +01:00
parent 39c7ecf1e8
commit fa4485ffc2

View File

@@ -109,7 +109,7 @@
<enum>QAbstractSpinBox::NoButtons</enum>
</property>
<property name="minimum">
<number>1</number>
<number>0</number>
</property>
</widget>
</item>