Skip to content

Commit

Permalink
QML: Remove missing barColor property setting from Slider type
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Jan 16, 2022
1 parent aafbdf9 commit 67d8333
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion res/qml/Slider.qml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ MixxxControls.Slider {
property alias bg: backgroundImage.source

bar: true
barColor: Theme.sliderBarColor
barMargin: 10
implicitWidth: backgroundImage.implicitWidth
implicitHeight: backgroundImage.implicitHeight
Expand Down

0 comments on commit 67d8333

Please sign in to comment.