mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-02 13:02:44 +01:00
Add color
This commit is contained in:
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 {
|
||||
})";
|
||||
|
|
Loading…
Reference in a new issue