From 657d64eec3dba195549d5d40ee76036bdcdaf984 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 2 Jan 2016 18:03:33 +0200 Subject: [PATCH] Cosmetic changes on coordenates debug component. --- frontend/uxbox/ui/workspace.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/uxbox/ui/workspace.cljs b/frontend/uxbox/ui/workspace.cljs index 08090964b..acb09bd6e 100644 --- a/frontend/uxbox/ui/workspace.cljs +++ b/frontend/uxbox/ui/workspace.cljs @@ -27,8 +27,8 @@ [:div {:style {:position "absolute" :left "80px" :top "20px"}} [:table [:tbody - [:tr [:td "X:"] [:td x]] - [:tr [:td "Y:"] [:td y]]]]]))) + [:tr [:td "x="] [:td x]] + [:tr [:td "y="] [:td y]]]]]))) (def coordinates (util/component