From e06e257a8188142c54b48875325bd263e4474f30 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 1 Sep 2022 11:27:57 -0400 Subject: [PATCH] Another history view splitter proportion tweak --- piker/ui/_chart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/ui/_chart.py b/piker/ui/_chart.py index c13b1629..968fb3e2 100644 --- a/piker/ui/_chart.py +++ b/piker/ui/_chart.py @@ -417,7 +417,7 @@ class LinkedSplits(QWidget): # prop = 3/8 h = self.height() - histview_h = h * 1.6/6 + histview_h = h * 5/16 h = h - histview_h major = 1 - prop