From 29ebfbeef12609a09ddd1b6678b29b4a0c10f652 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 25 Jul 2022 16:31:59 +0200 Subject: [PATCH] Make SC disclaimer smaller Because there are now more controls. --- 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 91fa43cc..6b7abdae 100644 --- a/plugins/spectral_compressor/src/editor.rs +++ b/plugins/spectral_compressor/src/editor.rs @@ -94,9 +94,9 @@ 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(15.0 * POINT_SCALE) .left(Pixels(15.0)) .right(Pixels(5.0)) - .top(Pixels(5.0)) .width(Stretch(1.0)); }) .width(RIGHT_COLUMN_WIDTH)