Define DlgScale task panel's tab order (#25300)
* Define DlgScale task panel's tab order To improve keyboard navigation. Fixes: https://github.com/FreeCAD/FreeCAD/issues/23772 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -226,6 +226,15 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>rbUniform</tabstop>
|
||||
<tabstop>dsbUniformScale</tabstop>
|
||||
<tabstop>rbNonUniform</tabstop>
|
||||
<tabstop>dsbXScale</tabstop>
|
||||
<tabstop>dsbYScale</tabstop>
|
||||
<tabstop>dsbZScale</tabstop>
|
||||
<tabstop>treeWidget</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
||||
Reference in New Issue
Block a user