Gui: Ensure width and height of QAbstractView checkboxes

This commit is contained in:
Kacper Donat
2025-06-03 23:43:39 +02:00
parent 0d14ad4936
commit aafc7c1ba6
2 changed files with 4 additions and 0 deletions

View File

@@ -2278,6 +2278,8 @@ QListView::indicator,
QTableView::indicator,
QColumnView::indicator {
border: 1px solid #ffffff;
width: 12px;
height: 12px;
}
QTreeView::indicator:unchecked:disabled,

View File

@@ -2271,6 +2271,8 @@ QListView::indicator,
QTableView::indicator,
QColumnView::indicator {
border: 1px solid #1c1c1c;
width: 12px;
height: 12px;
}
QTreeView::indicator:unchecked:disabled,