- 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)
|
||||
|
||||
|
||||
@@ -3429,7 +3429,7 @@ class AppGeoEditor(QtCore.QObject):
|
||||
self.tools_box.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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -345,7 +345,7 @@ class AppTextEditor(QtWidgets.QWidget):
|
||||
title = _("End of document.")
|
||||
txt = '%s' % _("Start from beginning?")
|
||||
msgbox.setWindowTitle(_('Find')) # taskbar still shows it
|
||||
msgbox.setWindowIcon(QtGui.QIcon(self.app.resource_location + '/flatcam_icon128.png'))
|
||||
msgbox.setWindowIcon(QtGui.QIcon(self.app.resource_location + '/app128.png'))
|
||||
msgbox.setText('<b>%s</b>' % title)
|
||||
msgbox.setInformativeText(txt)
|
||||
msgbox.setIconPixmap(QtGui.QPixmap(self.app.resource_location + '/find32.png'))
|
||||
|
||||
@@ -765,7 +765,7 @@ class AppGCodeEditorUI:
|
||||
self.edit_box.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