Commit 6fe42f00 authored by Maran's avatar Maran

Uhm what

parent 1ab865a9
...@@ -556,6 +556,7 @@ ApplicationWindow { ...@@ -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 { ...@@ -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
} }
} }
......
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