0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

Show the drawtools first on right sidebar.

This commit is contained in:
Andrey Antukh 2016-02-18 22:43:42 +02:00
parent 4ce19bd5f1
commit b3c1cedcc8

View file

@ -44,10 +44,10 @@
(html
[:aside#settings-bar.settings-bar
[:div.settings-bar-inside
(when (contains? flags :element-options)
(options-toolbox))
(when (contains? flags :drawtools)
(draw-toolbox))
(when (contains? flags :element-options)
(options-toolbox))
(when (contains? flags :icons)
(icons-toolbox))]])))