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

12 lines
268 B
Text
Raw Normal View History

2020-12-11 11:46:53 +00:00
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;
}