From fa7cda876b51f7d470aad405f9643c0dcd23db78 Mon Sep 17 00:00:00 2001 From: hogliux Date: Fri, 2 Oct 2015 11:37:19 +0100 Subject: [PATCH] Tiny GUI tweak in tracktion online unlock form --- .../marketplace/juce_OnlineUnlockForm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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