TheGU / fin-ally

Automatically exported from code.google.com/p/fin-ally
GNU General Public License v3.0
0 stars 0 forks source link

Add GUI Icon :) #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The default icon is boring and makes the app look unfinished - let's add an 
icon so the app looks more "finished", even thought it's completely unfinished.

Original issue reported on code.google.com by Daniel.S...@gmail.com on 17 Jun 2010 at 11:14

GoogleCodeExporter commented 9 years ago
GUI icon added with this Frame object snippit:

        iconFile = "name.ico"
        icon1 = wx.Icon(iconFile, wx.BITMAP_TYPE_ICO)
        self.SetIcon(icon1)

The icon isn't really relevant, but it's better than the blank white square. 
I'll have to come back later and use an icon I created.

Original comment by Daniel.S...@gmail.com on 18 Jun 2010 at 1:18

GoogleCodeExporter commented 9 years ago
Added a piggy bank icon found here:

http://www.iconspedia.com/icon/saving-14866.html

free for commercial projects.

Original comment by Daniel.S...@gmail.com on 5 Oct 2010 at 1:37

GoogleCodeExporter commented 9 years ago
Rolled into FINally version 1.2

Original comment by Daniel.S...@gmail.com on 5 Oct 2010 at 1:57