Skip to content

Commit

Permalink
Fix fsp pane width to exactly the same as OHLC chart
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Sep 6, 2021
1 parent 37719ef commit 3713831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions piker/ui/_chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ def add_plot(
if sidepane:
# TODO: use a "panes" collection to manage this?
sidepane.setMinimumWidth(self.chart.sidepane.width())
sidepane.setMaximumWidth(self.chart.sidepane.width())

self.splitter.addWidget(qframe)

Expand Down

0 comments on commit 3713831

Please sign in to comment.