mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 07:51:38 +02:00
✨ Add configurable nudge amount
This commit is contained in:
parent
6461ebe2b8
commit
86e4826e48
10 changed files with 189 additions and 3 deletions
|
@ -353,7 +353,10 @@
|
|||
(if (contains? layout :dynamic-alignment)
|
||||
(tr "workspace.header.menu.disable-dynamic-alignment")
|
||||
(tr "workspace.header.menu.enable-dynamic-alignment"))]
|
||||
[:span.shortcut (sc/get-tooltip :toggle-alignment)]]]]]))
|
||||
[:span.shortcut (sc/get-tooltip :toggle-alignment)]]
|
||||
|
||||
[:li {:on-click #(st/emit! (modal/show {:type :nudge-option}))}
|
||||
[:span (tr "modals.nudge-title")]]]]]))
|
||||
|
||||
;; --- Header Component
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue