|
|
|
@ -24,19 +24,19 @@
|
|
|
|
|
# |
|
|
|
|
# suppress inspection "UnusedProperty" for whole file |
|
|
|
|
# |
|
|
|
|
Icons.windowClose.color = %windowButton |
|
|
|
|
Icons.windowCloseHover.color = %windowCloseHovered |
|
|
|
|
Icons.windowCloseInactive.color = %windowButtonDisabled |
|
|
|
|
Icons.windowClose.color = '%windowButton' |
|
|
|
|
Icons.windowCloseHover.color = '%windowCloseHovered' |
|
|
|
|
Icons.windowCloseInactive.color = '%windowButtonDisabled' |
|
|
|
|
|
|
|
|
|
Icons.windowHelp.color = %windowButton |
|
|
|
|
Icons.windowHelpInactive.color = %windowButtonDisabled |
|
|
|
|
Icons.windowHelp.color = '%windowButton' |
|
|
|
|
Icons.windowHelpInactive.color = '%windowButtonDisabled' |
|
|
|
|
|
|
|
|
|
Icons.windowMaximize.color = %windowButton |
|
|
|
|
Icons.windowMaximizeInactive.color = %windowButtonDisabled |
|
|
|
|
Icons.windowMaximize.color = '%windowButton' |
|
|
|
|
Icons.windowMaximizeInactive.color = '%windowButtonDisabled' |
|
|
|
|
|
|
|
|
|
Icons.windowMinimize.color = %windowButton |
|
|
|
|
Icons.windowMinimizeInactive.color = %windowButtonDisabled |
|
|
|
|
Icons.windowMinimize.color = '%windowButton' |
|
|
|
|
Icons.windowMinimizeInactive.color = '%windowButtonDisabled' |
|
|
|
|
|
|
|
|
|
Icons.windowRestore.color = %windowButton |
|
|
|
|
Icons.windowRestoreInactive.color = %windowButtonDisabled |
|
|
|
|
Icons.windowRestore.color = '%windowButton' |
|
|
|
|
Icons.windowRestoreInactive.color = '%windowButtonDisabled' |
|
|
|
|
|
|
|
|
|