Files
mucapy/mucapy/styling/core_bar.qss
rattatwinko b3b3d77394
All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 1m43s
moved the styling into seperate files that are now contained in the styling directory ; workflow should work with this!
2025-06-02 14:10:19 +02:00

12 lines
217 B
Plaintext

QProgressBar {
border: 1px solid #555;
border-radius: 2px;
text-align: center;
background-color: #2A2A2A;
max-height: 12px;
}
QProgressBar::chunk {
background-color: #3A6EA5;
width: 1px;
}