set minimum height for FLow rate

This commit is contained in:
LoudSnorer 2023-03-17 11:43:26 -04:00
parent f34771de14
commit 731e40b74b

View File

@ -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();