This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-05-04 09:33:24 +03:00
parent dd564815d4
commit 750d88f728
4 changed files with 28 additions and 25 deletions

View File

@ -52,12 +52,14 @@ type Theme struct {
ShortCut LabelStyle
}
InstrumentEditor struct {
Octave LabelStyle
Voices LabelStyle
InstrumentNumber LabelStyle
InstrumentName LabelStyle
InstrumentNameMuted LabelStyle
UnitList struct {
Octave LabelStyle
Voices LabelStyle
InstrumentList struct {
Number LabelStyle
Name LabelStyle
NameMuted LabelStyle
}
UnitList struct {
Name LabelStyle
Comment LabelStyle
Stack LabelStyle