mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +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 {
|
||||
id: asmTableView
|
||||
width: 200
|
||||
TableViewColumn{ role: "value" ; title: "" ; width: 100 }
|
||||
TableViewColumn{ role: "value" ; title: "" ; width: 200 }
|
||||
model: asmModel
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue