Added selections copy and paste!

This commit is contained in:
Filippo Scognamiglio
2014-04-16 19:18:14 +02:00
parent 883520a9c6
commit 5d6040e45d
7 changed files with 973 additions and 903 deletions
+5 -2
View File
@@ -106,8 +106,11 @@ ApplicationWindow{
}
Terminal{
id: terminal
width: parent.width * shadersettings.terminal_scaling
height: parent.height * shadersettings.terminal_scaling
anchors.centerIn: parent
property int frameOffsetX: frame.item.addedWidth - frame.item.borderLeft - frame.item.borderRight
property int frameOffsetY: frame.item.addedHeight -frame.item.borderTop - frame.item.borderBottom
width: (parent.width + frameOffsetX) * shadersettings.terminal_scaling
height: (parent.height + frameOffsetY) * shadersettings.terminal_scaling
}
ShaderEffectSource{
id: theSource