@@ -49,7 +49,7 @@ class KMSlider: NSSlider, NSPopoverDelegate{
tipView.backgroundColor = NSColor.clear
tipView.isEditable = false
tipView.isSelectable = false
-
+ tipView.alignment = .center
let contentView = NSView()
contentView.addSubview(tipView)