diff options
author | Maran <maran.hidskes@gmail.com> | 2014-05-27 18:46:02 +0800 |
---|---|---|
committer | Maran <maran.hidskes@gmail.com> | 2014-05-27 18:46:02 +0800 |
commit | 6fe42f007c6f4816de88a2c4aad10754036d41b8 (patch) | |
tree | 7fc258689a01b0a01bc4051ed5e9a41751dc0c89 | |
parent | 1ab865a994758cef8a6bf75a3cc263f16a97d847 (diff) | |
download | dexon-6fe42f007c6f4816de88a2c4aad10754036d41b8.tar.gz dexon-6fe42f007c6f4816de88a2c4aad10754036d41b8.tar.zst dexon-6fe42f007c6f4816de88a2c4aad10754036d41b8.zip |
Uhm what
-rw-r--r-- | ethereal/assets/qml/wallet.qml | 3 |
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 } } |