Visual updates
This commit is contained in:
@@ -231,7 +231,7 @@ ApplicationWindow {
|
||||
}
|
||||
height: parent.height
|
||||
width: parent.width
|
||||
TableViewColumn{ id: message ; role: "message" ; title: "log" ; width: logTableView.width -1 }
|
||||
TableViewColumn{ id: message ; role: "message" ; title: "log" ; width: logTableView.width - 2 }
|
||||
model: logModel
|
||||
}
|
||||
}
|
||||
@@ -258,16 +258,6 @@ ApplicationWindow {
|
||||
exec()
|
||||
}
|
||||
}
|
||||
|
||||
Button {
|
||||
anchors {
|
||||
left: dbgCommand.right
|
||||
}
|
||||
text: "Exec"
|
||||
onClicked: {
|
||||
exec()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
toolBar: ToolBar {
|
||||
|
Reference in New Issue
Block a user