fix(tracker/gioui): limit comments in unit list to single line

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-07-30 18:10:15 +03:00
parent fe0106bb60
commit 5839471bcc
2 changed files with 3 additions and 1 deletions

View File

@ -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