mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
Cosmetic fixes on workarea related to toolboxes code.
This commit is contained in:
parent
88d1030e12
commit
3c093c7d51
1 changed files with 5 additions and 7 deletions
|
@ -11,7 +11,7 @@
|
||||||
[uxbox.data.projects :as dp]
|
[uxbox.data.projects :as dp]
|
||||||
[uxbox.ui.workspace.base :as wb]
|
[uxbox.ui.workspace.base :as wb]
|
||||||
[uxbox.ui.workspace.rules :as wr]
|
[uxbox.ui.workspace.rules :as wr]
|
||||||
[uxbox.ui.workspace.toolboxes :refer (draw-toolbox layers)]))
|
[uxbox.ui.workspace.toolboxes :as toolboxes]))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Coordinates Debug
|
;; Coordinates Debug
|
||||||
|
@ -248,13 +248,11 @@
|
||||||
[:aside#settings-bar.settings-bar
|
[:aside#settings-bar.settings-bar
|
||||||
[:div.settings-bar-inside
|
[:div.settings-bar-inside
|
||||||
(when (:draw-toolbox-enabled workspace false)
|
(when (:draw-toolbox-enabled workspace false)
|
||||||
(draw-toolbox))
|
(toolboxes/draw-tools))
|
||||||
#_(when (:icons open-setting-boxes)
|
(when (:icons-toolbox-enabled workspace false)
|
||||||
(icon-sets open-toolboxes))
|
(toolboxes/icons))
|
||||||
#_(when (:components open-setting-boxes)
|
|
||||||
(components open-toolboxes components))
|
|
||||||
(when (:layers-toolbox-enabled workspace false)
|
(when (:layers-toolbox-enabled workspace false)
|
||||||
(layers))]])))
|
(toolboxes/layers))]])))
|
||||||
|
|
||||||
(def aside
|
(def aside
|
||||||
(util/component
|
(util/component
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue