From b2fa54a4dcbc6344ae2875a6f6223946d668aa69 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Fri, 4 Mar 2016 10:24:07 +1000 Subject: [PATCH] Change TgMV color so it can actually be seen --- sleepyhead/SleepLib/schema.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sleepyhead/SleepLib/schema.cpp b/sleepyhead/SleepLib/schema.cpp index e9d37f08..239e3d36 100644 --- a/sleepyhead/SleepLib/schema.cpp +++ b/sleepyhead/SleepLib/schema.cpp @@ -407,7 +407,7 @@ void init() schema::channel.add(GRP_CPAP, new Channel(CPAP_TgMV = 0x1114, WAVEFORM, MT_CPAP, SESSION, "TgMV", QObject::tr("Target Minute Ventilation"), QObject::tr("Target Minute Ventilation?"), QObject::tr("Target Vent."), - STR_UNIT_LPM, DEFAULT, QColor("dark cyan"))); + STR_UNIT_LPM, DEFAULT, QColor("dark red"))); schema::channel.add(GRP_CPAP, new Channel(CPAP_MaxLeak = 0x1115, WAVEFORM, MT_CPAP, SESSION, "MaxLeak", QObject::tr("Maximum Leak"),