From 94229871334fbdd2f63886f29f4820cb3357d847 Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Sat, 23 Apr 2016 12:37:06 +0200 Subject: [PATCH] change options order --- src/uxbox/ui/workspace/sidebar/options.cljs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/uxbox/ui/workspace/sidebar/options.cljs b/src/uxbox/ui/workspace/sidebar/options.cljs index 206e2545f5..c0b6c5a2c2 100644 --- a/src/uxbox/ui/workspace/sidebar/options.cljs +++ b/src/uxbox/ui/workspace/sidebar/options.cljs @@ -145,12 +145,12 @@ {:placeholder "RGB" :type "text"}]] + (recent-colors shape #(change-stroke {:color %})) + [:span "Color options"] [:div.row-flex - [:span.color-th.palette-th i/picker] - [:span.color-th.palette-th i/palette]] - - (recent-colors shape #(change-stroke {:color %}))]] + [:span.color-th.palette-th i/picker] + [:span.color-th.palette-th i/palette]]]] ;; SLIDEBAR FOR ROTATION AND OPACITY [:span "Opacity"]