1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2024-11-28 13:12:05 +00:00
TegraRcmGUI/res/Badge_label.qss
2020-12-11 12:46:53 +01:00

11 lines
271 B
Text

QLabel
{
font: 75 8pt "Rubik";
padding: 5px;
color: rgb(255, 255, 255);
background-color: rgb(41, 41, 41);
border-top-left-radius: 10px;
border-top-right-radius: 0px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 0px;
}