From aa9643de68eeb08f8066ba38f0026a9ce4e89341 Mon Sep 17 00:00:00 2001 From: Jeremy Magland Date: Fri, 17 May 2024 12:32:59 -0400 Subject: [PATCH] Increase sampling options panel height to 160 pixels --- gui/src/app/pages/HomePage/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/src/app/pages/HomePage/HomePage.tsx b/gui/src/app/pages/HomePage/HomePage.tsx index e51de2e9..b2f2abb7 100644 --- a/gui/src/app/pages/HomePage/HomePage.tsx +++ b/gui/src/app/pages/HomePage/HomePage.tsx @@ -216,7 +216,7 @@ const LowerRightView: FunctionComponent = ({ width, height, return undefined } }, [dataFileContent]) - const samplingOptsPanelHeight = 140 + const samplingOptsPanelHeight = 160 const samplingOptsPanelWidth = Math.min(180, width / 2) const {sampler} = useStanSampler(compiledMainJsUrl)