We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4344bb5 commit 56ac40eCopy full SHA for 56ac40e
1 file changed
docs/components_Clock.bs.html
@@ -15,6 +15,7 @@
15
m.hideClock = false
16
m.hours = m.top.findNode("hours")
17
m.minutes = m.top.findNode("minutes")
18
+ m.timeSeperator = m.top.findNode("timeSeperator")
19
20
m.dateTimeObject = CreateObject("roDateTime")
21
m.dateTimeObject.ToLocalTime()
@@ -54,6 +55,7 @@
54
55
end if
56
57
m.hours.text = displayedHour
58
+ m.timeSeperator.visible = true
59
m.minutes.text = displayedMinute
60
m.top.hours = currentHours
61
m.top.minutes = currentMinutes
0 commit comments