diff --git a/modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockForm.cpp b/modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockForm.cpp index 0b002aa218..8ef5920bc0 100644 --- a/modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockForm.cpp +++ b/modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockForm.cpp @@ -234,7 +234,7 @@ void OnlineUnlockForm::showBubbleMessage (const String& text, Component& target) addChildComponent (bubble); AttributedString attString; - attString.append (text, Font (15.0f)); + attString.append (text, Font (16.0f)); bubble->showAt (getLocalArea (&target, target.getLocalBounds()), attString, 500, // numMillisecondsBeforeRemoving