- changed the app main icons, hopefully they are more visible on black backgrounds than the ones that FlatCAM has
This commit is contained in:
@@ -6127,7 +6127,7 @@ class AppGerberEditorUI:
|
||||
layout.addLayout(self.title_box)
|
||||
|
||||
# Page Title icon
|
||||
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)
|
||||
self.title_box.addWidget(self.icon, stretch=0)
|
||||
|
||||
Reference in New Issue
Block a user