1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-01-31 02:01:19 +00:00

Wrong spacing in no frame.

This commit is contained in:
Filippo Scognamiglio 2014-04-06 18:44:11 +02:00
parent de36406ed5
commit 883520a9c6

View File

@ -13,8 +13,8 @@ TerminalFrame{
borderBottom: 0
sourceRect: Qt.rect(-15,
-15,
terminal.width + 15,
terminal.height + 15)
terminal.width + 30,
terminal.height + 30)
displacementLeft: 0
displacementTop: 0