Fix fsp pane width to exactly the same as OHLC chart
parent
37719efe37
commit
3713831070
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue