aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/qml/newTransaction
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-04-24 20:43:00 +0800
committerobscuren <geffobscura@gmail.com>2014-04-24 20:43:00 +0800
commitbbde892d5012203bb984b83fcb2fe11467841643 (patch)
treed4b04a5fcce13861dd33ccba38994136c97d683a /ethereal/assets/qml/newTransaction
parentc535d0d24623caafcab084546f85f1f70cb2ac67 (diff)
downloadgo-tangerine-bbde892d5012203bb984b83fcb2fe11467841643.tar.gz
go-tangerine-bbde892d5012203bb984b83fcb2fe11467841643.tar.zst
go-tangerine-bbde892d5012203bb984b83fcb2fe11467841643.zip
Added callback mechanism and updated UI
* UI Now updates when a new block has been broadcasted * Added a on, off and trigger
Diffstat (limited to 'ethereal/assets/qml/newTransaction')
-rw-r--r--ethereal/assets/qml/newTransaction/_new_contract.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ethereal/assets/qml/newTransaction/_new_contract.qml b/ethereal/assets/qml/newTransaction/_new_contract.qml
index 29e26a562..0794d3dcd 100644
--- a/ethereal/assets/qml/newTransaction/_new_contract.qml
+++ b/ethereal/assets/qml/newTransaction/_new_contract.qml
@@ -117,6 +117,7 @@ Component {
TextArea {
id: codeView
+ height: 300
anchors.topMargin: 5
Layout.fillWidth: true
width: parent.width /2