Minor UI changes

* Moved log from block view
* Prepend instead of append for logs
This commit is contained in:
obscuren
2014-05-29 12:24:14 +02:00
parent 8ee6574d12
commit efadfbfb17
4 changed files with 25 additions and 17 deletions

View File

@ -83,6 +83,7 @@ func (self *DebuggerWindow) Debug(valueStr, gasStr, gasPriceStr, scriptStr, data
dis := ethchain.Disassemble(script)
self.win.Root().Call("clearAsm")
self.win.Root().Call("clearLog")
for _, str := range dis {
self.win.Root().Call("setAsm", str)