pull/94/head
Maran 10 years ago
parent 1ab865a994
commit 6fe42f007c
  1. 3
      ethereal/assets/qml/wallet.qml

@ -556,6 +556,7 @@ ApplicationWindow {
SplitView { SplitView {
orientation: Qt.Horizontal orientation: Qt.Horizontal
id: debugSplitView
TableView { TableView {
property var debuggerLog: ListModel { property var debuggerLog: ListModel {
id: debuggerLog id: debuggerLog
@ -569,7 +570,7 @@ ApplicationWindow {
} }
height: parent.height/2 height: parent.height/2
width: parent.width width: parent.width
TableViewColumn{ role: "value" ; title: "Stack" ; width: parent.width } TableViewColumn{ role: "value" ; title: "Stack" ; width: debugSplitView.width }
model: stackModel model: stackModel
} }
} }

Loading…
Cancel
Save