mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-02-21 20:39:00 +00:00
Improved no frame profile
This commit is contained in:
parent
8cf467de4b
commit
3823e90374
@ -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>
|
||||
|
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user