Skip to content

Commit

Permalink
BUG: fixed hal type mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
joco-nz committed Jul 11, 2020
1 parent e308974 commit d956afd
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions bf20_mill/ui/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -5387,7 +5387,7 @@ Editor</string>
<enum>QTabWidget::Rounded</enum>
</property>
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<widget class="QWidget" name="tabMachine">
<attribute name="title">
Expand Down Expand Up @@ -7033,7 +7033,10 @@ Editor</string>
<item row="1" column="1">
<widget class="HalLabel" name="enc0_counts">
<property name="textFormat" stdset="0">
<string>%.3f</string>
<string>%d</string>
</property>
<property name="pinType" stdset="0">
<enum>HalLabel::s32</enum>
</property>
</widget>
</item>
Expand Down Expand Up @@ -7112,7 +7115,10 @@ Editor</string>
<item row="2" column="1">
<widget class="HalLabel" name="enc0_raw_counts">
<property name="textFormat" stdset="0">
<string>%.3f</string>
<string>%d</string>
</property>
<property name="pinType" stdset="0">
<enum>HalLabel::s32</enum>
</property>
</widget>
</item>
Expand Down Expand Up @@ -11293,12 +11299,12 @@ Run</string>
</property>
</designerdata>
<buttongroups>
<buttongroup name="btngrpRightNav"/>
<buttongroup name="btngrpMdi"/>
<buttongroup name="btngrpG5x"/>
<buttongroup name="btngrpMode"/>
<buttongroup name="btngrpRightNav"/>
<buttongroup name="btngrpIncrements"/>
<buttongroup name="btngrpContInc"/>
<buttongroup name="btngrpMdi"/>
<buttongroup name="btngrpLeftNav"/>
<buttongroup name="btngrpIncrements"/>
<buttongroup name="btngrpMode"/>
</buttongroups>
</ui>

0 comments on commit d956afd

Please sign in to comment.