switch zoom controlers

This commit is contained in:
Juan de la Cruz 2017-03-27 10:25:51 +02:00
parent d5b7dcc663
commit d55cd87090
2 changed files with 3 additions and 2 deletions

View file

@ -36,9 +36,9 @@
decrease #(st/emit! (dw/decrease-zoom))]
[:ul.options-view
[:li.zoom-input
[:span.add-zoom {:on-click increase} "+"]
[:span.remove-zoom {:on-click decrease} "-"]
[:span (str (mth/round (* 100 zoom)) "%")]
[:span.remove-zoom {:on-click decrease} "-"]]]))
[:span.add-zoom {:on-click increase} "+"]]]))
;; --- Header Component