Change default column color to Cyan

This commit is contained in:
manongjohn 2023-06-13 23:23:42 -04:00
parent a8a446a913
commit 8e67246e22

View file

@ -593,7 +593,7 @@ void Preferences::definePreferenceItems() {
define(currentTimelineEnabled, "currentTimelineEnabled", QMetaType::Bool,
true);
define(currentColumnColor, "currentColumnColor", QMetaType::QColor,
QColor(Qt::yellow));
QColor(Qt::cyan));
define(currentCellColor, "currentCellColor", QMetaType::QColor,
QColor(Qt::cyan));
// define(levelNameOnEachMarkerEnabled, "levelNameOnEachMarkerEnabled",