Skip to content

Commit

Permalink
Add tooltip to Create Inset button
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Jul 2, 2024
1 parent 8ec99c2 commit f7d26b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/templates/rois_form.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ <h5>ROIs
</form>

<form class="form-inline clearfix" role="form" style="margin-top: 10px;">
<button class="create_inset btn btn-sm btn-outline-secondary">
<button class="create_inset btn btn-sm btn-outline-secondary"
title="Create a new Inset panel for each selected panel">
<i class="bi-box-arrow-right"></i>
Create Inset
</button>
Expand Down

0 comments on commit f7d26b9

Please sign in to comment.