1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2024-10-05 18:40:49 +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{
id: framecontainer
property int textureWidth: terminalContainer.width
property int textureHeight: terminalContainer.height
property int textureWidth: terminalContainer.width / appSettings.window_scaling
property int textureHeight: terminalContainer.height / appSettings.window_scaling
property int addedWidth
property int addedHeight