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

12 lines
136 B
Text
Raw Normal View History

QFrame
{
border-radius: 5px;
border:1px solid rgb(150, 35, 0);
}
QLabel
{
2020-12-11 11:46:53 +00:00
font: 8pt "Rubik";
color: rgb(150, 35, 0);
}