- 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

@@ -652,7 +652,7 @@ class CalcUI:
# ## Buttons
self.calculate_vshape_button = FCButton(_("Calculate"))
self.calculate_vshape_button.setIcon(QtGui.QIcon(self.app.resource_location + '/calculator16.png'))
self.calculate_vshape_button.setIcon(QtGui.QIcon(self.app.resource_location + '/calculator32.png'))
self.calculate_vshape_button.setToolTip(
_("Calculate either the depth of cut or the effective tool diameter.")
@@ -1036,7 +1036,7 @@ class CalcUI:
# ## Buttons
self.calculate_tin_button = FCButton(_("Calculate"))
self.calculate_tin_button.setIcon(QtGui.QIcon(self.app.resource_location + '/calculator16.png'))
self.calculate_tin_button.setIcon(QtGui.QIcon(self.app.resource_location + '/calculator32.png'))
self.calculate_tin_button.setToolTip(
_("Calculate the chemical quantities for the desired volume of tinning solution.")
)