Commit 6fe42f00 authored by Maran's avatar Maran

Uhm what

parent 1ab865a9
......@@ -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
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment