1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2024-11-28 13:12:05 +00:00
TegraRcmGUI/res/QFrame_box01.qss

13 lines
202 B
Text
Raw Normal View History

2020-06-24 19:30:39 +01:00
QFrame
{
2020-12-11 11:46:53 +00:00
background-color: rgb(60, 60, 60);
border-radius: 10px;
border-color: rgb(0, 0, 0);
2020-06-24 19:30:39 +01:00
}
QLabel
2020-12-11 11:46:53 +00:00
{
2020-06-24 19:30:39 +01:00
border-radius: 0px;
2020-12-11 11:46:53 +00:00
font: 8pt "Rubik";
color: rgb(255, 255, 255);
2020-06-24 19:31:54 +01:00
}