Skip to content

Commit

Permalink
skins/QMLDemo: Disable antialiasing for VuMeters
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Jun 1, 2021
1 parent d62e5b2 commit 62e2097
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions res/skins/QMLDemo/VuMeter.qml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Rectangle {
anchors.right: parent.right
anchors.bottom: parent.bottom
anchors.margins: 1
antialiasing: false // for performance reasons
height: control.parameter * (parent.height - 2 * anchors.margins)
radius: width / 2
}
Expand All @@ -40,6 +41,7 @@ Rectangle {
Rectangle {
id: meterGradient

antialiasing: false // for performance reasons
anchors.fill: parent
visible: false

Expand Down

0 comments on commit 62e2097

Please sign in to comment.