This commit is contained in:
Juan Pablo Caram
2014-02-28 20:40:26 -05:00
parent 34b95494ae
commit 49c8aeb723
6 changed files with 3 additions and 2 deletions

View File

@@ -1451,7 +1451,8 @@ class App:
about = self.builder.get_object("aboutdialog")
response = about.run()
about.destroy()
#about.destroy()
about.hide()
def on_create_mirror(self, widget):
"""

View File

@@ -6,7 +6,7 @@
<property name="border_width">5</property>
<property name="type_hint">dialog</property>
<property name="program_name">FlatCAM</property>
<property name="version">Version Alpha 1 (2014/02) - UNSTABLE</property>
<property name="version">Version Alpha 2 (2014/02) - UNSTABLE</property>
<property name="copyright" translatable="yes">(c) 2014 Juan Pablo Caram</property>
<property name="comments" translatable="yes">2D Post-processing for Manufacturing specialized in
Printed Circuit Boards</property>

BIN
share/flatcam_icon16.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
share/flatcam_icon256.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
share/flatcam_icon32.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
share/flatcam_icon48.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB