From ccba81c3820289863e543fc8bebc8b8e6b41acbd Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 22 Mar 2022 01:02:25 +0100 Subject: [PATCH] Slightly increase vizia PeakMeter ticks font So it renders a bit better, even though it shouldn't. --- nih_plug_vizia/assets/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nih_plug_vizia/assets/theme.css b/nih_plug_vizia/assets/theme.css index c254d797..a6bec9e2 100644 --- a/nih_plug_vizia/assets/theme.css +++ b/nih_plug_vizia/assets/theme.css @@ -59,5 +59,5 @@ peak-meter .ticks__tick { } peak-meter .ticks__label { top: 4px; /* In pixels in an attempt to get this to better align to the grid */ - font-size: 10.5; /* 14px */ + font-size: 11; /* 14.667px */ }