mirror of
https://github.com/eliboa/TegraRcmGUI.git
synced 2024-11-24 19:22:04 +00:00
11 lines
268 B
Text
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;
|
|
}
|