Skip to content

Commit

Permalink
Fix wrong tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqwsx committed Jan 26, 2025
1 parent b1b0f65 commit 0b5ebc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kikit/panelize_ui_sections.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def ppSource(section):
"Specify width of vertical tabs"),
"hwidth": SLength(
typeIn(["fixed", "spacing", "plugin"]),
"Specify width of vertical tabs"),
"Specify width of horizontal tabs"),
"width": SLength(
typeIn(["corner", "plugin"]),
"Specify tab width"),
Expand Down Expand Up @@ -586,7 +586,7 @@ def ppTooling(section):
"Horizontal offset for the fiducial"),
"voffset": SLength(
typeIn(["3fid", "4fid", "plugin"]),
"Horizontal offset for the fiducial"),
"Vertical offset for the fiducial"),
"coppersize": SLength(
typeIn(["3fid", "4fid", "plugin"]),
"Diameter of the copper part"),
Expand Down

0 comments on commit 0b5ebc9

Please sign in to comment.