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

20 lines
312 B
QML
Raw Normal View History

import QtQuick 2.2
import "utils"
TerminalFrame{
id: frame
z: 2.1
anchors.fill: parent
2014-04-03 18:02:52 +02:00
addedWidth: 0
addedHeight: 0
borderLeft: 0
borderRight: 0
borderTop: 0
borderBottom: 0
displacementLeft: 0
displacementTop: 0
displacementRight: 0
displacementBottom: 0
}