Commit 8100903d authored by obscuren's avatar obscuren

Increase width of asm instruction

parent b89076fa
...@@ -42,7 +42,7 @@ ApplicationWindow { ...@@ -42,7 +42,7 @@ ApplicationWindow {
TableView { TableView {
id: asmTableView id: asmTableView
width: 200 width: 200
TableViewColumn{ role: "value" ; title: "" ; width: 100 } TableViewColumn{ role: "value" ; title: "" ; width: 200 }
model: asmModel model: asmModel
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment