mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-10 01:56:37 +00:00
Increase width of asm instruction
This commit is contained in:
parent
b89076faa2
commit
8100903d92
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue