Added a directory for the PyQSO icons, and also the GIMP image file from which the icons are exported.

pull/17/head
Christian Jacobs 2013-03-29 01:13:15 +00:00
rodzic aca7bcff4b
commit 1d793fcfa9
4 zmienionych plików z 1 dodań i 1 usunięć

BIN
icons/log.xcf 100644

Plik binarny nie jest wyświetlany.

BIN
icons/log_14x14.png 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 974 B

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 16 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 16 KiB

Wyświetl plik

@ -39,7 +39,7 @@ class PyQSO(Gtk.Window):
self.set_size_request(500, 300)
self.set_position(Gtk.WindowPosition.CENTER)
try:
self.set_icon_from_file("log.png")
self.set_icon_from_file("../ico/log_64x64.png")
except Exception, error:
print error.message