Update Readme.md

This commit is contained in:
luxick
2017-01-31 21:09:19 +01:00
parent efd0582a5e
commit 45a81910d8
2 changed files with 19 additions and 2 deletions

2
gui.py
View File

@@ -7,7 +7,7 @@ from gi.repository import Gtk
class MainWindow(Gtk.Window):
def __init__(self):
Gtk.Window.__init__(self, title="MTG Collector v0.1")
Gtk.Window.__init__(self, title="MTG Collector (working title) v0.1")
self.set_border_width(2)
self.set_size_request(1000, 700)