mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Tiny GUI tweak in tracktion online unlock form
This commit is contained in:
parent
a610931e71
commit
fa7cda876b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue