Skip to content

Commit

Permalink
Set tooltop positions on designspace panel
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih-erikli committed Jan 4, 2024
1 parent 08c4c0d commit 9441f50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fontra/views/editor/panel-designspace-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,14 @@ export default class DesignspaceNavigationPanel extends Panel {
"disabled": false,
"hidden": true,
"data-tooltip": "Reset all axes",
"data-tooltipposition": "top-left",
}),
html.createDomElement("icon-button", {
"id": "edit-local-axes-button",
"src": "/tabler-icons/tool.svg",
"onclick": (event) => this.editLocalAxes(event),
"data-tooltip": "Edit local axes",
"data-tooltipposition": "top-left",
}),
]),
html.hr(),
Expand Down

0 comments on commit 9441f50

Please sign in to comment.