aboutsummaryrefslogtreecommitdiff
path: root/qml/main.qml
diff options
context:
space:
mode:
authorAdrian Kummerlaender2015-08-11 21:28:46 +0200
committerAdrian Kummerlaender2015-08-11 21:28:46 +0200
commit610cc9d77f89ab106fdbfbc006934c9d192a55a8 (patch)
tree543ce901a9553b366fd0368c970eeda5c03927e7 /qml/main.qml
parentf38010b397ee60f4cf3bb1c7316eb467d3dc6108 (diff)
downloadMetaTerm-610cc9d77f89ab106fdbfbc006934c9d192a55a8.tar
MetaTerm-610cc9d77f89ab106fdbfbc006934c9d192a55a8.tar.gz
MetaTerm-610cc9d77f89ab106fdbfbc006934c9d192a55a8.tar.bz2
MetaTerm-610cc9d77f89ab106fdbfbc006934c9d192a55a8.tar.lz
MetaTerm-610cc9d77f89ab106fdbfbc006934c9d192a55a8.tar.xz
MetaTerm-610cc9d77f89ab106fdbfbc006934c9d192a55a8.tar.zst
MetaTerm-610cc9d77f89ab106fdbfbc006934c9d192a55a8.zip
Add command output log to UI
`output` text item reference is passed to all command implementations.
Diffstat (limited to 'qml/main.qml')
-rw-r--r--qml/main.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/qml/main.qml b/qml/main.qml
index c04e6dd..f455120 100644
--- a/qml/main.qml
+++ b/qml/main.qml
@@ -39,7 +39,6 @@ ApplicationWindow {
id: command
Layout.fillWidth: true
- height: 20
onExecuted: state.enterNormalMode()
}