1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Updated Q.C. label positions.

This commit is contained in:
Joe R 2022-04-11 18:36:39 -04:00
parent 6cd5a793e7
commit 344b98d35e

View file

@ -913,7 +913,7 @@ class Q_C_(Klondike):
def createGame(self):
lay = Klondike.createGame(self, rows=6, max_rounds=2)
lay.createRoundText(self.s.talon, 'sss')
lay.createRoundText(self.s.talon, 'n')
def startGame(self):
self._startDealNumRows(3)