mirror of
https://github.com/penpot/penpot.git
synced 2025-03-20 19:51:23 -05:00
hide align button
This commit is contained in:
parent
2e16d76f7c
commit
1c731d4d77
1 changed files with 4 additions and 4 deletions
|
@ -126,10 +126,10 @@
|
|||
{:alt "Grid (Ctrl + G)"
|
||||
:class (when (contains? flags :grid) "selected")
|
||||
:on-click (partial toggle :grid)}
|
||||
i/grid]
|
||||
[:li.tooltip.tooltip-bottom
|
||||
{:alt "Align (Ctrl + A)"}
|
||||
i/alignment]]
|
||||
i/grid]]
|
||||
;; [:li.tooltip.tooltip-bottom
|
||||
;; {:alt "Align (Ctrl + A)"}
|
||||
;; i/alignment]]
|
||||
[:ul.options-btn
|
||||
[:li.tooltip.tooltip-bottom.view-mode
|
||||
{:alt "View mode (Ctrl + P)"
|
||||
|
|
Loading…
Add table
Reference in a new issue