Visual updates

This commit is contained in:
obscuren
2014-07-04 15:31:13 +02:00
parent de183e80db
commit 9e38ca555d
2 changed files with 9 additions and 13 deletions

View File

@@ -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 {