Add QTableView support (#4)

Thanks to @amirshavit
This commit is contained in:
ColinDuquesnoy 2014-01-26 15:57:49 +01:00
parent 8762ce0f2d
commit c3f4e63315
1 changed files with 4 additions and 0 deletions

View File

@ -776,3 +776,7 @@ QToolButton:hover {
background-color: #3A3939;
}
QTableView QTableCornerButton::section {
background-color: #3A3939;
border: 1px solid #3A3939;
}