Just symbol info in window title

cached_feeds
Tyler Goodlet 2021-04-10 14:11:39 -04:00
parent 598aec579f
commit 9a15cd48f0
1 changed files with 1 additions and 1 deletions

View File

@ -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}'
) )