mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-02 09:33:46 +00:00
h scroll
This commit is contained in:
parent
c302afd411
commit
7d64b589b4
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ ApplicationWindow {
|
|||
TableView {
|
||||
id: asmTableView
|
||||
width: 200
|
||||
TableViewColumn{ role: "value" ; title: "" ; width: 200 }
|
||||
TableViewColumn{ role: "value" ; title: "" ; width: asmTableView.width - 2 }
|
||||
model: asmModel
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue