Minor UI cleanup (#313)

* Adjust tab-order of widgets to follow a logical spatial order.  (#309)
* Remove default attribute from Print button in PrintView.  (#308)
This commit is contained in:
Jaye Evins
2026-02-18 11:38:38 -05:00
committed by GitHub
parent 6ad97b76dc
commit 226841fe38
13 changed files with 162 additions and 18 deletions
+9
View File
@@ -187,6 +187,15 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>wSpin</tabstop>
<tabstop>hSpin</tabstop>
<tabstop>rSpin</tabstop>
<tabstop>xWasteSpin</tabstop>
<tabstop>yWasteSpin</tabstop>
<tabstop>xMarginSpin</tabstop>
<tabstop>yMarginSpin</tabstop>
</tabstops>
<resources>
<include location="../images.qrc"/>
</resources>