Less horizontal padding is better to my eye YMMV

This commit is contained in:
Ben Loftis 2025-01-09 10:25:49 -06:00 committed by Robin Gareus
parent 524073d855
commit aa04c115c1
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -65,7 +65,7 @@ ArdourButton::ArdourButton (Element e, bool toggle)
, _char_pixel_width (0)
, _char_pixel_height (0)
, _char_avg_pixel_width (0)
, _width_padding (1.75)
, _width_padding (1.65)
, _custom_font_set (false)
, _text_width (0)
, _text_height (0)
@ -114,7 +114,7 @@ ArdourButton::ArdourButton (const std::string& str, Element e, bool toggle)
, _char_pixel_width (0)
, _char_pixel_height (0)
, _char_avg_pixel_width (0)
, _width_padding (1.75)
, _width_padding (1.65)
, _custom_font_set (false)
, _text_width (0)
, _text_height (0)