1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2024-10-06 02:50:50 +01:00

Fix: Issue between texture quality and the new frame.

This commit is contained in:
Filippo Scognamiglio 2014-12-22 02:34:58 +01:00
parent bd1098f373
commit 1ed4d271c7

View File

@ -5,8 +5,8 @@ import "../../utils.js" as Utils
Item{ Item{
id: framecontainer id: framecontainer
property int textureWidth: terminalContainer.width property int textureWidth: terminalContainer.width / appSettings.window_scaling
property int textureHeight: terminalContainer.height property int textureHeight: terminalContainer.height / appSettings.window_scaling
property int addedWidth property int addedWidth
property int addedHeight property int addedHeight