aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
diff options
context:
space:
mode:
authorMaran <maran.hidskes@gmail.com>2014-05-27 18:46:02 +0800
committerMaran <maran.hidskes@gmail.com>2014-05-27 18:46:02 +0800
commit6fe42f007c6f4816de88a2c4aad10754036d41b8 (patch)
tree7fc258689a01b0a01bc4051ed5e9a41751dc0c89 /ethereal
parent1ab865a994758cef8a6bf75a3cc263f16a97d847 (diff)
downloadgo-tangerine-6fe42f007c6f4816de88a2c4aad10754036d41b8.tar
go-tangerine-6fe42f007c6f4816de88a2c4aad10754036d41b8.tar.gz
go-tangerine-6fe42f007c6f4816de88a2c4aad10754036d41b8.tar.bz2
go-tangerine-6fe42f007c6f4816de88a2c4aad10754036d41b8.tar.lz
go-tangerine-6fe42f007c6f4816de88a2c4aad10754036d41b8.tar.xz
go-tangerine-6fe42f007c6f4816de88a2c4aad10754036d41b8.tar.zst
go-tangerine-6fe42f007c6f4816de88a2c4aad10754036d41b8.zip
Uhm what
Diffstat (limited to 'ethereal')
-rw-r--r--ethereal/assets/qml/wallet.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml
index e59e85ab3..0c0c977c1 100644
--- a/ethereal/assets/qml/wallet.qml
+++ b/ethereal/assets/qml/wallet.qml
@@ -556,6 +556,7 @@ ApplicationWindow {
SplitView {
orientation: Qt.Horizontal
+ id: debugSplitView
TableView {
property var debuggerLog: ListModel {
id: debuggerLog
@@ -569,7 +570,7 @@ ApplicationWindow {
}
height: parent.height/2
width: parent.width
- TableViewColumn{ role: "value" ; title: "Stack" ; width: parent.width }
+ TableViewColumn{ role: "value" ; title: "Stack" ; width: debugSplitView.width }
model: stackModel
}
}