0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

UI: Fix table heading visibility in Acri

This commit is contained in:
Matt Gajownik 2020-01-12 14:26:16 +11:00
parent 1f6f183a02
commit 3f053dbd87

View File

@ -923,6 +923,20 @@ OBSBasicSettings QListWidget::item {
padding-bottom: 5px;
}
/* Table */
QTableView {
gridline-color: #333336;
}
QHeaderView {
border: none;
}
QHeaderView::section {
background-color: #101010;
border: 1px solid #333336;
border-left: none;
}
/* Locked CheckBox */
LockedCheckBox {