- styled the border for the QToolButton (for dark mode)
This commit is contained in:
@@ -11,6 +11,7 @@ CHANGELOG for FlatCAM Evo beta
|
|||||||
|
|
||||||
- upgraded the Geometry Editor main UI
|
- 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
|
- 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
|
9.05.2022
|
||||||
|
|
||||||
|
|||||||
@@ -312,6 +312,7 @@ QDialogButtonBox QPushButton {
|
|||||||
min-width: 65px;
|
min-width: 65px;
|
||||||
}
|
}
|
||||||
QToolButton {
|
QToolButton {
|
||||||
|
border: 1px solid rgba(63.000, 64.000, 66.000, 1.000);
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
spacing: 2px;
|
spacing: 2px;
|
||||||
|
|||||||
Reference in New Issue
Block a user