- 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

@@ -1128,7 +1128,7 @@ class GeometryObjectUI(ObjectUI):
# Paint Button
self.paint_tool_button = FCButton(_('Paint'))
self.paint_tool_button.setIcon(QtGui.QIcon(self.app.resource_location + '/paint20_1.png'))
self.paint_tool_button.setIcon(QtGui.QIcon(self.app.resource_location + '/paint32.png'))
self.paint_tool_button.setToolTip(
_("Creates tool paths to cover the\n"
"whole area of a polygon.")