mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
Increase width of asm instruction
This commit is contained in:
@@ -42,7 +42,7 @@ ApplicationWindow {
|
||||
TableView {
|
||||
id: asmTableView
|
||||
width: 200
|
||||
TableViewColumn{ role: "value" ; title: "" ; width: 100 }
|
||||
TableViewColumn{ role: "value" ; title: "" ; width: 200 }
|
||||
model: asmModel
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user