From 731e40b74b78e000979c9ba6d6fc7d0642fd2668 Mon Sep 17 00:00:00 2001 From: LoudSnorer Date: Fri, 17 Mar 2023 11:43:26 -0400 Subject: [PATCH] set minimum height for FLow rate --- oscar/daily.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oscar/daily.cpp b/oscar/daily.cpp index 7c9937ab..bb6091e5 100644 --- a/oscar/daily.cpp +++ b/oscar/daily.cpp @@ -346,8 +346,8 @@ Daily::Daily(QWidget *parent,gGraphView * shared) gGraph *FRW = graphlist[schema::channel[CPAP_FlowRate].code()]; FRW->AddLayer(l); - - + l -> setMinimumHeight(80); // set the layer height to 80. or about 130 graph height. + // FRW->AddLayer(AddOXI(new gLineOverlayBar(OXI_SPO2Drop, COLOR_SPO2Drop, STR_TR_O2))); bool square=AppSetting->squareWavePlots();