1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Update the JUCE logo

This commit is contained in:
Tom Poole 2021-07-26 17:11:39 +01:00
parent 4f01392000
commit 6542446594
54 changed files with 1575 additions and 787 deletions

View file

@ -435,7 +435,7 @@ struct ButtonsPage : public Component
juceImage, 1.0f, getRandomBrightColour().withAlpha (0.8f),
0.5f);
ib->setBounds (260, 350, 100, 100);
ib->setBounds (45, 380, 100, 100);
ib->setTooltip ("ImageButton - showing alpha-channel hit-testing and colour overlay when clicked");
}
}