RTA: update min window-size with scale to allow for more dB labels

This commit is contained in:
Robin Gareus 2025-04-06 01:16:49 +02:00
parent 635fcdc206
commit 3b8dcdcc9e
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 6 additions and 4 deletions

View file

@ -91,6 +91,7 @@ private:
Gtkmm2ext::Color _gridc;
Gtkmm2ext::Color _textc;
int _margin;
float _uiscale;
int _min_dB;
int _max_dB;
bool _hovering_dB;