aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/debugger
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-06-26 18:10:11 +0800
committerobscuren <geffobscura@gmail.com>2014-06-26 18:10:11 +0800
commitb89076faa2748a41031c4bc33bbdeba3e2effd01 (patch)
treec4fd86c0f45fb9b1cbbcf4fa0c894af8b3ecf1c9 /ethereal/assets/debugger
parentb3367ec0e3e69694481cccd9335a63d2c559a543 (diff)
downloaddexon-b89076faa2748a41031c4bc33bbdeba3e2effd01.tar.gz
dexon-b89076faa2748a41031c4bc33bbdeba3e2effd01.tar.zst
dexon-b89076faa2748a41031c4bc33bbdeba3e2effd01.zip
Added amount to contract during debugging
Diffstat (limited to 'ethereal/assets/debugger')
-rw-r--r--ethereal/assets/debugger/debugger.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ethereal/assets/debugger/debugger.qml b/ethereal/assets/debugger/debugger.qml
index 6f53697c9..d54c79523 100644
--- a/ethereal/assets/debugger/debugger.qml
+++ b/ethereal/assets/debugger/debugger.qml
@@ -10,9 +10,9 @@ ApplicationWindow {
visible: false
title: "IceCREAM"
minimumWidth: 1280
- minimumHeight: 900
+ minimumHeight: 700
width: 1290
- height: 900
+ height: 700
property alias codeText: codeEditor.text
property alias dataText: rawDataField.text
@@ -56,7 +56,7 @@ ApplicationWindow {
Rectangle {
color: "#00000000"
- height: 500
+ height: 330
anchors.left: parent.left
anchors.right: parent.right