From 4aaf4042f02d07641ec58268cec6aacc1cdbf575 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 12 Jan 2016 19:57:26 +0200 Subject: [PATCH] Render properly the icon on layers toolbox. --- src/uxbox/ui/workspace/toolboxes.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uxbox/ui/workspace/toolboxes.cljs b/src/uxbox/ui/workspace/toolboxes.cljs index a46d649719..feecebd989 100644 --- a/src/uxbox/ui/workspace/toolboxes.cljs +++ b/src/uxbox/ui/workspace/toolboxes.cljs @@ -117,7 +117,7 @@ [:div.element-actions [:div.toggle-element {:class "selected"} i/eye] [:div.block-element i/lock]] - [:div.element-icon i/box] + [:div.element-icon (shapes/render item)] [:span (or (:name item) (:id item))]])))