1
0
Fork 0

Fix font size in Spectral Compressor disclaimer

This commit is contained in:
Robbert van der Helm 2022-11-17 18:17:18 +01:00
parent 2cddd7089f
commit babe271556

View file

@ -94,7 +94,7 @@ pub(crate) fn create(
you use this in a project, make sure to bounce things to audio just in \ you use this in a project, make sure to bounce things to audio just in \
case they'll sound different later.", case they'll sound different later.",
) )
.font_size(23.0) .font_size(11.0)
.left(Pixels(15.0)) .left(Pixels(15.0))
.right(Pixels(5.0)) .right(Pixels(5.0))
.width(Stretch(1.0)); .width(Stretch(1.0));