Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to MuseScore 4 #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix colors for dark theme
to a color that works in light and dark theme
  • Loading branch information
Jojo-Schmitz committed May 28, 2023
commit 56d40ea6fa7168f2001fb608ddd4cf71f6acdf86
4 changes: 2 additions & 2 deletions comments.qml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ MuseScore {
property var score : curScore
//SL Added title so it is obvious which score the text will be added to
title : {"MuseScore : " + curScore.name}
color : "silver"
color : "gray"

Settings {
id : settings
Expand Down Expand Up @@ -76,7 +76,7 @@ MuseScore {
anchors.topMargin : textLabel.height + 5
anchors.bottomMargin : 5

color : "lightgray"
color : "gray"
radius : 2

TextArea {
Expand Down