Do not have the palette button as the default

This commit is contained in:
Jordan Sherer 2018-10-02 14:20:05 -04:00
parent 2199b8b057
commit d042fffe75
2 changed files with 11 additions and 1 deletions

View File

@ -5481,6 +5481,7 @@ list. The list can be maintained in Settings (F2).</string>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<tabstops> <tabstops>
<tabstop>extFreeTextMsgEdit</tabstop>
<tabstop>stopButton</tabstop> <tabstop>stopButton</tabstop>
<tabstop>EraseButton</tabstop> <tabstop>EraseButton</tabstop>
<tabstop>ClrAvgButton</tabstop> <tabstop>ClrAvgButton</tabstop>

View File

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>942</width> <width>1083</width>
<height>337</height> <height>337</height>
</rect> </rect>
</property> </property>
@ -532,6 +532,9 @@
<property name="text"> <property name="text">
<string>Adjust...</string> <string>Adjust...</string>
</property> </property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>
@ -541,6 +544,9 @@
<property name="text"> <property name="text">
<string>QSY</string> <string>QSY</string>
</property> </property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item row="1" column="1">
@ -575,6 +581,9 @@
<container>1</container> <container>1</container>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<tabstops>
<tabstop>offsetSpinBox</tabstop>
</tabstops>
<resources/> <resources/>
<connections/> <connections/>
</ui> </ui>