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"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject> <!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> <qtcreator>
<data> <data>
<variable>ProjectExplorer.Project.ActiveTarget</variable> <variable>ProjectExplorer.Project.ActiveTarget</variable>

View File

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