1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2024-11-28 13:12:05 +00:00
TegraRcmGUI/res/QLabel_warning.qss
eliboa 44c4a7fb0d driver install
settings tab
autoRCM tool
2020-06-27 17:51:01 +02:00

11 lines
141 B
Text

QFrame
{
border-radius: 5px;
border:1px solid rgb(150, 35, 0);
}
QLabel
{
font: 75 9pt "Calibri";
color: rgb(150, 35, 0);
}