From 26690b061bc4f4954dd9c5550a39d9735755baf7 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 21 Feb 2023 19:46:50 -0500 Subject: [PATCH] Make slow chart a teensie bit smaller --- 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 dbc9f495..d4dadab0 100644 --- a/piker/ui/_chart.py +++ b/piker/ui/_chart.py @@ -488,7 +488,7 @@ class LinkedSplits(QWidget): prop = 3/8 h = self.height() - histview_h = h * (6/16) + histview_h = h * (4/11) h = h - histview_h major = 1 - prop