Updated tooltips
This commit is contained in:
parent
d2392469ad
commit
31abfb3d88
|
@ -87,7 +87,7 @@
|
||||||
:height "31px"
|
:height "31px"
|
||||||
:class "noselect"
|
:class "noselect"
|
||||||
:style {:cursor "pointer"}
|
:style {:cursor "pointer"}
|
||||||
:attr {:title (str (if @*pod-open "close" "open") " this pod")
|
:attr {:title (str (if @*pod-open "Close" "Open") " the pod bay doors, HAL")
|
||||||
:on-click (rc/handler-fn
|
:on-click (rc/handler-fn
|
||||||
(swap! *pod-open not)
|
(swap! *pod-open not)
|
||||||
(println "Clicked [arrow]"))}
|
(println "Clicked [arrow]"))}
|
||||||
|
|
Loading…
Reference in New Issue