aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/qml/views/javascript.qml
diff options
context:
space:
mode:
Diffstat (limited to 'ethereal/assets/qml/views/javascript.qml')
-rw-r--r--ethereal/assets/qml/views/javascript.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/assets/qml/views/javascript.qml b/ethereal/assets/qml/views/javascript.qml
index 376397130..aa5f93547 100644
--- a/ethereal/assets/qml/views/javascript.qml
+++ b/ethereal/assets/qml/views/javascript.qml
@@ -9,6 +9,7 @@ import Ethereum 1.0
Rectangle {
property var title: "JavaScript"
property var iconFile: "../tx.png"
+ property var menuItem
objectName: "javascriptView"
visible: false
@@ -33,7 +34,6 @@ Rectangle {
TextArea {
id: output
- verticalAlignment: TextEdit.AlignBottom
text: "> JSRE Ready..."
anchors {
top: parent.top