1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
This commit is contained in:
Shlomi Fish 2017-06-03 03:45:36 +03:00
parent f40fdfbb82
commit cf2cdc156f

View file

@ -79,7 +79,6 @@ class Klondike(Game):
# create layout
l, s = Layout(self), self.s
kwdefault(layout, rows=7, waste=1, texts=1, playcards=16)
print(l, layout)
self.__class__.__dict__['Layout_Method'](l, **layout)
# self.Layout_Method.__get__(l, l.__class__)(**layout)
self.setSize(l.size[0], l.size[1])