Fix fsp pane width to exactly the same as OHLC chart

fsp_feeds
Tyler Goodlet 2021-09-05 21:26:48 -04:00
parent 37719efe37
commit 3713831070
1 changed files with 1 additions and 0 deletions

View File

@ -547,6 +547,7 @@ class LinkedSplits(QWidget):
if sidepane: if sidepane:
# TODO: use a "panes" collection to manage this? # TODO: use a "panes" collection to manage this?
sidepane.setMinimumWidth(self.chart.sidepane.width()) sidepane.setMinimumWidth(self.chart.sidepane.width())
sidepane.setMaximumWidth(self.chart.sidepane.width())
self.splitter.addWidget(qframe) self.splitter.addWidget(qframe)