mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Less horizontal padding is better to my eye YMMV
This commit is contained in:
parent
524073d855
commit
aa04c115c1
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue