- styled the border for the QToolButton (for dark mode)

This commit is contained in:
Marius Stanciu
2022-05-10 07:22:14 +03:00
committed by Marius
parent e8a15156db
commit ab11367e3d
2 changed files with 2 additions and 0 deletions

View File

@@ -312,6 +312,7 @@ QDialogButtonBox QPushButton {
min-width: 65px;
}
QToolButton {
border: 1px solid rgba(63.000, 64.000, 66.000, 1.000);
padding: 5px;
border-radius: 2px;
spacing: 2px;