1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2024-11-24 19:22:04 +00:00
TegraRcmGUI/res/Badge_value.qss
2020-12-11 12:46:53 +01:00

11 lines
268 B
Text

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