1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2026-02-08 00:32:27 +00:00

Fix terminal size not displayed when resizing.

This commit is contained in:
Filippo Scognamiglio
2026-01-19 00:13:45 +01:00
parent a6a7768e42
commit 09f813a7e0
4 changed files with 16 additions and 9 deletions

View File

@@ -73,7 +73,6 @@ ApplicationWindow {
id: terminalTabs
width: parent.width
height: (parent.height + Math.abs(y))
hostWindow: terminalWindow
}
Loader {
anchors.centerIn: parent