Files
mucapy/mucapy/styling/camera_display.qss
rattatwinko 003ea7ddcf
All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 1m42s
refactored , now doesnt load qt shit on windows. check blame for more info
2025-06-07 23:13:05 +02:00

6 lines
110 B
Plaintext

QLabel {
background-color: #1E1E1E;
color: #DDD;
border: 2px solid #444;
border-radius: 4px;
}