Increase width of asm instruction
This commit is contained in:
parent
b89076faa2
commit
8100903d92
@ -42,7 +42,7 @@ ApplicationWindow {
|
||||
TableView {
|
||||
id: asmTableView
|
||||
width: 200
|
||||
TableViewColumn{ role: "value" ; title: "" ; width: 100 }
|
||||
TableViewColumn{ role: "value" ; title: "" ; width: 200 }
|
||||
model: asmModel
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user