This commit is contained in:
obscuren 2014-07-17 15:02:25 +02:00
parent c302afd411
commit 7d64b589b4

View File

@ -86,7 +86,7 @@ ApplicationWindow {
TableView {
id: asmTableView
width: 200
TableViewColumn{ role: "value" ; title: "" ; width: 200 }
TableViewColumn{ role: "value" ; title: "" ; width: asmTableView.width - 2 }
model: asmModel
}