mirror of
https://github.com/eliboa/TegraRcmGUI.git
synced 2024-11-28 13:12:05 +00:00
12 lines
271 B
Text
12 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;
|
||
|
}
|