1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2025-02-17 22:15:36 +00:00
TegraRcmGUI/res/QFrame_box01.qss

13 lines
187 B
Text
Raw Normal View History

2020-06-24 20:30:39 +02:00
QFrame
{
background-color: rgb(60, 60, 60);
border-radius: 10px;
border-color: rgb(0, 0, 0);
}
QLabel
{
border-radius: 0px;
font: 10pt "Calibri";
color: rgb(255, 255, 255);
2020-06-24 20:31:54 +02:00
}