Merge pull request #1611 from anntzer/editor_options_inst_tabstops

Fix tabbing order in "Editor Options / Instance / Array Instance" UI.
This commit is contained in:
Matthias Köfferlein 2024-02-05 21:08:46 +01:00 committed by GitHub
commit 6a27a046ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 0 deletions

View File

@ -548,6 +548,23 @@
<header>layWidgets.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>scrollArea</tabstop>
<tabstop>lib_cbx</tabstop>
<tabstop>browse_pb</tabstop>
<tabstop>cell_le</tabstop>
<tabstop>place_origin_cb</tabstop>
<tabstop>scale_le</tabstop>
<tabstop>angle_le</tabstop>
<tabstop>mirror_cbx</tabstop>
<tabstop>array_grp</tabstop>
<tabstop>rows_le</tabstop>
<tabstop>columns_le</tabstop>
<tabstop>row_x_le</tabstop>
<tabstop>row_y_le</tabstop>
<tabstop>column_x_le</tabstop>
<tabstop>column_y_le</tabstop>
</tabstops>
<resources>
<include location="../../icons/icons.qrc"/>
</resources>