Skip to content

Commit

Permalink
Merge pull request #662 from das-anubhav/master
Browse files Browse the repository at this point in the history
Updated Volume control element
  • Loading branch information
insidegui committed Aug 30, 2021
2 parents ae2c196 + bc0a0d6 commit a0fcc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlayerUI/Views/PUISlider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class PUISliderCell: NSSliderCell {
NSColor.highlightedPlayerBorder.setFill()
}

let path = NSBezierPath(ovalIn: knobRect.insetBy(dx: 4, dy: 4))
let path = NSBezierPath(ovalIn: knobRect.insetBy(dx: 2, dy: 4))

NSColor(calibratedWhite: 0, alpha: 0.4).setStroke()

Expand Down

0 comments on commit a0fcc30

Please sign in to comment.