mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Decrease LookAndFeel_V4 TextButton font size slightly
This commit is contained in:
parent
06773f18bb
commit
4aa7e318bb
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ void LookAndFeel_V4::drawDocumentWindowTitleBar (DocumentWindow& window, Graphic
|
|||
//==============================================================================
|
||||
Font LookAndFeel_V4::getTextButtonFont (TextButton&, int buttonHeight)
|
||||
{
|
||||
return { jmin (18.0f, buttonHeight * 0.6f) };
|
||||
return { jmin (16.0f, buttonHeight * 0.6f) };
|
||||
}
|
||||
|
||||
void LookAndFeel_V4::drawButtonBackground (Graphics& g,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue