config: set default marker color to lime
This feels slightly closer to the existing color
This commit is contained in:
@@ -136,7 +136,7 @@ void Config::SetDefaults()
|
||||
SetEntryInternal(QStringLiteral("OnlinePixelFormat"), NodeValue::kInt, VideoParams::kFormatFloat32);
|
||||
SetEntryInternal(QStringLiteral("OfflinePixelFormat"), NodeValue::kInt, VideoParams::kFormatFloat16);
|
||||
|
||||
SetEntryInternal(QStringLiteral("MarkerColor"), NodeValue::kInt, ColorCoding::kGreen);
|
||||
SetEntryInternal(QStringLiteral("MarkerColor"), NodeValue::kInt, ColorCoding::kLime);
|
||||
}
|
||||
|
||||
void Config::Load()
|
||||
|
||||
Reference in New Issue
Block a user