From ed868f6246d35749d20391493e2d67b44f5794fe Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 15 Sep 2022 13:46:36 -0400 Subject: [PATCH] Go back to origin slow chart split proportion --- 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 8f2718ca..20fa1e73 100644 --- a/piker/ui/_chart.py +++ b/piker/ui/_chart.py @@ -501,7 +501,7 @@ class LinkedSplits(QWidget): prop = 3/8 h = self.height() - histview_h = h * (6/16) * 0.666 + histview_h = h * (6/16) h = h - histview_h major = 1 - prop