Gui: Ensure width and height of QAbstractView checkboxes
This commit is contained in:
@@ -2278,6 +2278,8 @@ QListView::indicator,
|
||||
QTableView::indicator,
|
||||
QColumnView::indicator {
|
||||
border: 1px solid #ffffff;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
QTreeView::indicator:unchecked:disabled,
|
||||
|
||||
@@ -2271,6 +2271,8 @@ QListView::indicator,
|
||||
QTableView::indicator,
|
||||
QColumnView::indicator {
|
||||
border: 1px solid #1c1c1c;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
QTreeView::indicator:unchecked:disabled,
|
||||
|
||||
Reference in New Issue
Block a user