From f1bf200d5d48651649343ff454605659598476c0 Mon Sep 17 00:00:00 2001 From: mjbudd77 Date: Mon, 27 Dec 2021 21:04:27 -0500 Subject: [PATCH] Default TAS piano roll grid color to mid-level gray. --- src/drivers/Qt/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/Qt/config.cpp b/src/drivers/Qt/config.cpp index cc17a21b..7d4d845b 100644 --- a/src/drivers/Qt/config.cpp +++ b/src/drivers/Qt/config.cpp @@ -760,7 +760,7 @@ InitConfig() config->addOption("SDL.TasPianoRollFont", ""); config->addOption("SDL.TasBookmarksFont", ""); config->addOption("SDL.TasBranchesFont" , ""); - config->addOption("SDL.TasPianoRollGridColor", "#000000"); + config->addOption("SDL.TasPianoRollGridColor", "#808080"); config->addOption("SDL.TasAutoSaveEnabled" , tasCfg.autosaveEnabled ); config->addOption("SDL.TasAutoSavePeriod" , tasCfg.autosavePeriod );