Just symbol info in window title
parent
598aec579f
commit
9a15cd48f0
|
@ -138,7 +138,7 @@ class ChartSpace(QtGui.QWidget):
|
||||||
"""
|
"""
|
||||||
# XXX: let's see if this causes mem problems
|
# XXX: let's see if this causes mem problems
|
||||||
self.window.setWindowTitle(
|
self.window.setWindowTitle(
|
||||||
f'piker chart {symbol.key}@{symbol.brokers} '
|
f'{symbol.key}@{symbol.brokers} '
|
||||||
f'tick:{symbol.tick_size}'
|
f'tick:{symbol.tick_size}'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue