1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2024-10-06 19:10:51 +01:00
cool-retro-term/app/frames/NoFrame.qml
2014-04-03 18:02:52 +02:00

19 lines
362 B
QML

import QtQuick 2.0
import "utils"
TerminalFrame{
id: frame
z: 2.1
anchors.fill: parent
addedWidth: 0
addedHeight: 0
borderLeft: 0
borderRight: 0
borderTop: 0
borderBottom: 0
sourceRect: Qt.rect(-15,
-15,
terminal.width + 15,
terminal.height + 15)
}