Add color

ddutchie/uitweaks
ddutchie 2024-03-18 07:59:51 +07:00
parent 9d9a57a85a
commit 69cc6e9b6e
1 changed files with 2 additions and 2 deletions

@ -35,7 +35,7 @@ QProgressBar {
padding: 2px;
}
QProgressBar::chunk {
background-color: white;
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(98, 160, 234, 255), stop:1 rgba(237, 51, 59, 255));
border-radius: 6px;
})";
@ -44,7 +44,7 @@ QProgressBar {
background-color: black;
border: 2px solid white;
border-radius: 10px;
padding: 2px;
padding: 4px;
}
QProgressBar::chunk {
})";