Skip to content

Commit

Permalink
Reduce plot scale and fix camera btn
Browse files Browse the repository at this point in the history
  • Loading branch information
joco-nz committed Aug 28, 2021
1 parent c1ead19 commit c1fc9db
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions bf20_mill/ui/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,12 @@ nostics</string>
<property name="text">
<string>Camera</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoExclusive">
<bool>true</bool>
</property>
<property name="page" stdset="0">
<number>8</number>
</property>
Expand Down Expand Up @@ -7206,10 +7212,10 @@ Editor</string>
<string>rpm</string>
</property>
<property name="minYRange" stdset="0">
<double>-200.000000000000000</double>
<double>-80.000000000000000</double>
</property>
<property name="maxYRange" stdset="0">
<double>200.000000000000000</double>
<double>80.000000000000000</double>
</property>
<property name="legendenable" stdset="0">
<bool>true</bool>
Expand Down Expand Up @@ -11559,11 +11565,11 @@ Override</string>
</property>
</designerdata>
<buttongroups>
<buttongroup name="btngrpMdi"/>
<buttongroup name="btngrpRightNav"/>
<buttongroup name="btngrpIncrements"/>
<buttongroup name="btngrpLeftNav"/>
<buttongroup name="btngrpIncrements"/>
<buttongroup name="btngrpMode"/>
<buttongroup name="btngrpMdi"/>
<buttongroup name="btngrpContInc"/>
<buttongroup name="btngrpG5x"/>
</buttongroups>
Expand Down

0 comments on commit c1fc9db

Please sign in to comment.