Skip to content

Commit

Permalink
Add tooltips.
Browse files Browse the repository at this point in the history
  • Loading branch information
n0shake committed Jul 10, 2021
1 parent 1928620 commit 530443d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Clocker/Panel/ParentPanelController+ModernSlider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ extension ParentPanelController {
goForwardButton.isContinuous = true
goBackwardsButton.isContinuous = true

goBackwardsButton.toolTip = "Navigate 15 mins back"
goForwardButton.toolTip = "Navigate 15 mins forward"

modernSlider.enclosingScrollView?.scrollerInsets = NSEdgeInsets(top: 0, left: 0, bottom: 0, right: 0)
modernSlider.enclosingScrollView?.backgroundColor = NSColor.clear
modernSlider.setAccessibility("ModernSlider")
Expand Down

0 comments on commit 530443d

Please sign in to comment.