🐛 Add tooltip to button in layout

This commit is contained in:
alonso.torres 2024-03-11 16:01:28 +01:00
parent b30d525400
commit 338b6cdbd6
3 changed files with 7 additions and 0 deletions

View file

@ -480,6 +480,7 @@
[:button {:class (stl/css-case
:padding-toggle true
:selected (= type :multiple))
:title (tr "workspace.layout_grid.editor.padding.expand")
:data-type (d/name type)
:on-click on-type-change'}
i/padding-extended]]))