Skip to content

Commit

Permalink
Qt: Fix build on older Qt
Browse files Browse the repository at this point in the history
  • Loading branch information
endrift committed Jun 17, 2022
1 parent 4851109 commit 0b2cfb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/platform/qt/SensorView.ui
Expand Up @@ -73,6 +73,9 @@
</item>
<item row="2" column="1">
<widget class="QSpinBox" name="offsetSeconds">
<property name="accelerated">
<bool>true</bool>
</property>
<property name="suffix">
<string> sec</string>
</property>
Expand All @@ -85,9 +88,6 @@
<property name="singleStep">
<number>1</number>
</property>
<property name="stepType">
<enum>QAbstractSpinBox::AdaptiveDecimalStepType</enum>
</property>
</widget>
</item>
<item row="3" column="0">
Expand Down

0 comments on commit 0b2cfb5

Please sign in to comment.