From babe27155675416a50b598b9c79c87a8d9a5cc08 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 17 Nov 2022 18:17:18 +0100 Subject: [PATCH] Fix font size in Spectral Compressor disclaimer --- plugins/spectral_compressor/src/editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/spectral_compressor/src/editor.rs b/plugins/spectral_compressor/src/editor.rs index 27629f98..44305a0f 100644 --- a/plugins/spectral_compressor/src/editor.rs +++ b/plugins/spectral_compressor/src/editor.rs @@ -94,7 +94,7 @@ pub(crate) fn create( you use this in a project, make sure to bounce things to audio just in \ case they'll sound different later.", ) - .font_size(23.0) + .font_size(11.0) .left(Pixels(15.0)) .right(Pixels(5.0)) .width(Stretch(1.0));