Skip to content

Commit

Permalink
Merge pull request KLayout#1611 from anntzer/editor_options_inst_tabs…
Browse files Browse the repository at this point in the history
…tops

Fix tabbing order in "Editor Options / Instance / Array Instance" UI.
  • Loading branch information
klayoutmatthias authored Feb 5, 2024
2 parents 15ed5be + 65e41aa commit 6a27a04
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/edt/edt/EditorOptionsInst.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6a27a04

Please sign in to comment.