mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fixed accordion padding.
This commit is contained in:
parent
e927d60a25
commit
2b4e228be9
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class PushPin(Game):
|
||||||
|
|
||||||
pad = 1
|
pad = 1
|
||||||
if self.Comment:
|
if self.Comment:
|
||||||
pad = l.TEXT_HEIGHT
|
pad = 5
|
||||||
|
|
||||||
# set window
|
# set window
|
||||||
xx, yy = 9, 6
|
xx, yy = 9, 6
|
||||||
|
|
Loading…
Add table
Reference in a new issue