diff --git a/README.md b/README.md index 55d33f88..0b91859c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ CAD program, and create G-Code for Isolation routing. 18.10.2019 - finished the update on the Google translated Spanish translation. +- updated the new objects icons for Gerber, Geometry and Excellon - RELEASE 8.98 17.10.2019 diff --git a/flatcamGUI/FlatCAMGUI.py b/flatcamGUI/FlatCAMGUI.py index 07de5b99..bd90bf40 100644 --- a/flatcamGUI/FlatCAMGUI.py +++ b/flatcamGUI/FlatCAMGUI.py @@ -74,15 +74,15 @@ class FlatCAMGUI(QtWidgets.QMainWindow): self.menufilenew = self.menufile.addMenu(QtGui.QIcon('share/file16.png'), _('&New')) self.menufilenew.setToolTipsVisible(True) - self.menufilenewgeo = self.menufilenew.addAction(QtGui.QIcon('share/geometry16.png'), _('Geometry\tN')) + self.menufilenewgeo = self.menufilenew.addAction(QtGui.QIcon('share/new_file_geo16.png'), _('Geometry\tN')) self.menufilenewgeo.setToolTip( _("Will create a new, empty Geometry Object.") ) - self.menufilenewgrb = self.menufilenew.addAction(QtGui.QIcon('share/flatcam_icon32.png'), _('Gerber\tB')) + self.menufilenewgrb = self.menufilenew.addAction(QtGui.QIcon('share/new_file_grb16.png'), _('Gerber\tB')) self.menufilenewgrb.setToolTip( _("Will create a new, empty Gerber Object.") ) - self.menufilenewexc = self.menufilenew.addAction(QtGui.QIcon('share/drill16.png'), _('Excellon\tL')) + self.menufilenewexc = self.menufilenew.addAction(QtGui.QIcon('share/new_file_exc16.png'), _('Excellon\tL')) self.menufilenewexc.setToolTip( _("Will create a new, empty Excellon Object.") ) diff --git a/share/copy_file16.png b/share/copy_file16.png index 043ad45d..4aed9c20 100644 Binary files a/share/copy_file16.png and b/share/copy_file16.png differ diff --git a/share/copy_file32.png b/share/copy_file32.png index 367dcf7a..8168c408 100644 Binary files a/share/copy_file32.png and b/share/copy_file32.png differ diff --git a/share/new_file_exc16.png b/share/new_file_exc16.png index 1fd22439..25b1b5c7 100644 Binary files a/share/new_file_exc16.png and b/share/new_file_exc16.png differ diff --git a/share/new_file_exc32.png b/share/new_file_exc32.png index 4e99f9d7..3f8720f9 100644 Binary files a/share/new_file_exc32.png and b/share/new_file_exc32.png differ diff --git a/share/new_file_geo16.png b/share/new_file_geo16.png index c06ac06a..06140936 100644 Binary files a/share/new_file_geo16.png and b/share/new_file_geo16.png differ diff --git a/share/new_file_geo32.png b/share/new_file_geo32.png index 52daa00e..40a87c36 100644 Binary files a/share/new_file_geo32.png and b/share/new_file_geo32.png differ diff --git a/share/new_file_grb16.png b/share/new_file_grb16.png index df7c6429..39cc6abb 100644 Binary files a/share/new_file_grb16.png and b/share/new_file_grb16.png differ diff --git a/share/new_file_grb32.png b/share/new_file_grb32.png index 0d214862..21bf0117 100644 Binary files a/share/new_file_grb32.png and b/share/new_file_grb32.png differ