1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2025-02-17 22:15:36 +00:00
TegraRcmGUI/res/QTableView.qss
2020-06-24 20:31:54 +02:00

7 lines
177 B
Text

QTableView
{
border-radius: 10px;
alternate-background-color: rgb(188, 188, 188);
background: rgb(240, 240, 240);
selection-background-color: rgb(150, 0, 83);
}