More noticeable checked toolbutton.

This commit is contained in:
Leonardo Zide
2025-07-20 18:57:30 -07:00
parent 0472885e43
commit 01d54adfdd
+4
View File
@@ -15,6 +15,10 @@ QToolBar {
border: none;
}
QToolButton:checked {
background-color: rgb(87, 97, 98);
}
QTreeView::branch {
background: transparent;
}