Increase width of asm instruction

This commit is contained in:
obscuren 2014-06-26 18:58:37 +02:00
parent b89076faa2
commit 8100903d92
1 changed files with 1 additions and 1 deletions

View File

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