Browse Source

Tiny GUI tweak in tracktion online unlock form

tags/2021-05-28
hogliux 9 years ago
parent
commit
fa7cda876b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockForm.cpp

+ 1
- 1
modules/juce_tracktion_marketplace/marketplace/juce_OnlineUnlockForm.cpp View File

@@ -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


Loading…
Cancel
Save