- 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

@@ -11,6 +11,7 @@ CHANGELOG for FlatCAM Evo beta
- upgraded the Geometry Editor main UI
- upgraded the FCButton widget (and made it used everywhere instead of the QPushButton) so it can have the color and font weight properties settable
- styled the border for the QToolButton (for dark mode)
9.05.2022

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;