In architecture/faust/gui/Styles/Default.qss around line 63, the QTextBrowser:document rule has font-size: 14px with no semicolon before the closing }.
Some parsers might accept it but it's technically invalid CSS/QSS and could cause issues in stricter environments. Quick one-character fix.
In
architecture/faust/gui/Styles/Default.qssaround line 63, theQTextBrowser:documentrule hasfont-size: 14pxwith no semicolon before the closing}.Some parsers might accept it but it's technically invalid CSS/QSS and could cause issues in stricter environments. Quick one-character fix.