Improved no frame profile

This commit is contained in:
Filippo Scognamiglio 2014-04-03 18:02:52 +02:00
parent 8cf467de4b
commit 3823e90374
2 changed files with 11 additions and 14 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 3.0.1, 2014-04-03T14:57:17. -->
<!-- Written by QtCreator 3.0.1, 2014-04-03T17:43:20. -->
<qtcreator>
<data>
<variable>ProjectExplorer.Project.ActiveTarget</variable>

View File

@ -5,17 +5,14 @@ TerminalFrame{
id: frame
z: 2.1
anchors.fill: parent
addedWidth: 140
addedHeight: 140
borderLeft: 116
borderRight: 116
borderTop: 116
borderBottom: 116
imageSource: "../images/screen-frame.png"
sourceRect: Qt.rect(-65 * shadersettings.total_scaling,
-75 * shadersettings.total_scaling,
terminal.width + 130 * shadersettings.total_scaling,
terminal.height + 150 * shadersettings.total_scaling)
shaderString: "NoFrameShader.qml"
addedWidth: 0
addedHeight: 0
borderLeft: 0
borderRight: 0
borderTop: 0
borderBottom: 0
sourceRect: Qt.rect(-15,
-15,
terminal.width + 15,
terminal.height + 15)
}