فهرست منبع

- updated the new objects icons for Gerber, Geometry and Excellon
- RELEASE 8.98

Marius Stanciu 6 سال پیش
والد
کامیت
db31b057a1

+ 1 - 0
README.md

@@ -12,6 +12,7 @@ CAD program, and create G-Code for Isolation routing.
 18.10.2019
 18.10.2019
 
 
 - finished the update on the Google translated Spanish translation.
 - finished the update on the Google translated Spanish translation.
+- updated the new objects icons for Gerber, Geometry and Excellon
 - RELEASE 8.98
 - RELEASE 8.98
 
 
 17.10.2019
 17.10.2019

+ 3 - 3
flatcamGUI/FlatCAMGUI.py

@@ -74,15 +74,15 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
         self.menufilenew = self.menufile.addMenu(QtGui.QIcon('share/file16.png'), _('&New'))
         self.menufilenew = self.menufile.addMenu(QtGui.QIcon('share/file16.png'), _('&New'))
         self.menufilenew.setToolTipsVisible(True)
         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(
         self.menufilenewgeo.setToolTip(
             _("Will create a new, empty Geometry Object.")
             _("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(
         self.menufilenewgrb.setToolTip(
             _("Will create a new, empty Gerber Object.")
             _("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(
         self.menufilenewexc.setToolTip(
             _("Will create a new, empty Excellon Object.")
             _("Will create a new, empty Excellon Object.")
         )
         )

BIN
share/copy_file16.png


BIN
share/copy_file32.png


BIN
share/new_file_exc16.png


BIN
share/new_file_exc32.png


BIN
share/new_file_geo16.png


BIN
share/new_file_geo32.png


BIN
share/new_file_grb16.png


BIN
share/new_file_grb32.png