- changed the activity GIF's for the dark theme

- changed some of the dark theme icons to the red color
This commit is contained in:
Marius Stanciu
2022-05-05 05:03:01 +03:00
committed by Marius
parent 73ae30e016
commit 1fd08ca30b
91 changed files with 62 additions and 46 deletions

View File

@@ -472,7 +472,7 @@ class GeneralAPPSetGroupUI(OptionsGroupUI):
_("Select the GIF that show activity when FlatCAM is active.")
)
self.activity_combo = FCComboBox()
self.activity_combo.addItems(['Ball black', 'Ball green', 'Arrow green', 'Eclipse green'])
self.activity_combo.addItems(['Ball black', 'Ball green', 'Arrow green', 'Spinner green', 'Eclipse green'])
par_grid.addWidget(self.activity_label, 10, 0)
par_grid.addWidget(self.activity_combo, 10, 1)