mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-16 04:56:36 +00:00
Uhm what
This commit is contained in:
parent
1ab865a994
commit
6fe42f007c
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue