- changed the app main icons, hopefully they are more visible on black backgrounds than the ones that FlatCAM has
This commit is contained in:
@@ -4011,7 +4011,7 @@ class AppExcEditorUI:
|
||||
self.ui_vertical_lay.addLayout(self.title_box)
|
||||
|
||||
# Page Title
|
||||
pixmap = QtGui.QPixmap(self.app.resource_location + '/flatcam_icon32.png')
|
||||
pixmap = QtGui.QPixmap(self.app.resource_location + '/app32.png')
|
||||
self.icon = FCLabel()
|
||||
self.icon.setPixmap(pixmap)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user