mirror of
https://github.com/vsariola/sointu.git
synced 2025-11-10 11:55:29 -05:00
fix(tracker/gioui): limit comments in unit list to single line
This commit is contained in:
parent
fe0106bb60
commit
5839471bcc
@ -173,7 +173,7 @@ instrumenteditor:
|
||||
color: *disabled
|
||||
hintcolor: *disabled
|
||||
font: { style: 1 }
|
||||
comment: { textsize: 12, color: *disabled }
|
||||
comment: { textsize: 12, color: *disabled, maxlines: 1}
|
||||
stack: { textsize: 12, color: *mediumemphasis, shadowcolor: *black }
|
||||
disabled: { textsize: 12, color: *disabled }
|
||||
warning: *warningcolor
|
||||
|
||||
Reference in New Issue
Block a user