mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Add leading spaces to subcontext menu titles
This commit is contained in:
@@ -144,9 +144,9 @@
|
||||
|
||||
:dimensions (attributes->actions
|
||||
apply-dimensions-token
|
||||
[{:title "Spacing" :children true :submenu :spacing}
|
||||
{:title "Sizing" :children true :submenu :sizing}
|
||||
{:title "Border Radius" :children true :submenu :border-radius}
|
||||
[{:title "\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0Spacing" :children true :submenu :spacing}
|
||||
{:title "\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0Sizing" :children true :submenu :sizing}
|
||||
{:title "\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0\u00A0Border Radius" :children true :submenu :border-radius}
|
||||
;; TODO: BORDER_WIDTH {:title "Border Width" :attributes #{:width} :children true}
|
||||
{:title "x" :attributes #{:x}}
|
||||
{:title "y" :attributes #{:y}}])
|
||||
|
||||
Reference in New Issue
Block a user