Commit 20c4cb67 authored by Marco Bubke's avatar Marco Bubke
Browse files

Add SystemPalette to ProgressBar

The progress bar had no system palette but referred to one.
parent a420e79c
Branches
Tags
No related merge requests found
Showing with 2 additions and 0 deletions
...@@ -12,6 +12,8 @@ Components.ProgressBar { ...@@ -12,6 +12,8 @@ Components.ProgressBar {
height: orientation === Qt.Horizontal ? sizehint.height : 200 height: orientation === Qt.Horizontal ? sizehint.height : 200
width: orientation === Qt.Horizontal ? 200 : sizehint.height width: orientation === Qt.Horizontal ? 200 : sizehint.height
SystemPalette {id: syspal}
background: QStyleItem { background: QStyleItem {
anchors.fill: parent anchors.fill: parent
elementType: "progressbar" elementType: "progressbar"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment