Make playhead red when recording (#7847)

Co-authored-by: Dalton Messmer <messmer.dalton@gmail.com>
Co-authored-by: Fawn <rubiefawn@gmail.com>
Co-authored-by: Andrew Wiltshire <AW1534@users.noreply.github.com>
This commit is contained in:
Andrew Wiltshire
2025-12-12 15:02:25 +00:00
committed by GitHub
parent f0cb32ff08
commit 8627616175
11 changed files with 64 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

View File

@@ -141,6 +141,7 @@ lmms--gui--FileBrowser QCheckBox
lmms--gui--PositionLine {
qproperty-tailGradient: false;
qproperty-lineColor: rgb(255, 255, 255);
qproperty-recordingColor: rgb(255, 71, 87);
}
lmms--gui--PianoRoll {

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

View File

@@ -171,6 +171,7 @@ QMenu::indicator:selected {
lmms--gui--PositionLine {
qproperty-tailGradient: true;
qproperty-lineColor: rgb(255, 255, 255);
qproperty-recordingColor: rgb(255, 71, 87);
}
lmms--gui--PianoRoll {