mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-31 02:01:19 +00:00
Fix: Issue between texture quality and the new frame.
This commit is contained in:
parent
bd1098f373
commit
1ed4d271c7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user