aboutsummaryrefslogtreecommitdiff
path: root/qml/EmbeddedTerminal.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/EmbeddedTerminal.qml')
-rw-r--r--qml/EmbeddedTerminal.qml7
1 files changed, 4 insertions, 3 deletions
diff --git a/qml/EmbeddedTerminal.qml b/qml/EmbeddedTerminal.qml
index 81814bb..4e13131 100644
--- a/qml/EmbeddedTerminal.qml
+++ b/qml/EmbeddedTerminal.qml
@@ -27,8 +27,9 @@ Item {
height: terminal.height
width: parent.width - settings.frameWidth
- function select() { highlighter.select() }
- function deselect() { highlighter.deselect() }
+ function select() { highlighter.select() }
+ function deselect() { highlighter.deselect() }
+ function displayOverlay() { overlay.displayBriefly() }
RowLayout {
id: container
@@ -116,7 +117,7 @@ Item {
property: "opacity"
easing.type: Easing.InSine
- duration: 500
+ duration: 300
from: 0.8
to: 0
}