Fix wrong order of loop size buttons in trackdeck

This commit is contained in:
2022-12-17 16:37:04 +01:00
parent 92ec82d0d9
commit b11488a334

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>567</width>
<height>275</height>
<height>283</height>
</rect>
</property>
<property name="sizePolicy">
@ -218,22 +218,6 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButtonLoop2">
<property name="maximumSize">
<size>
<width>16</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>2</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButtonLoop1">
<property name="maximumSize">
@ -250,6 +234,22 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButtonLoop2">
<property name="maximumSize">
<size>
<width>16</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>2</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButtonLoop4">
<property name="maximumSize">