replace logo

This commit is contained in:
Armin 2026-07-16 01:42:56 +02:00
commit 5c0767d17a
2 changed files with 1 additions and 1 deletions

View file

@ -906,7 +906,7 @@ void MainContentComponent::paint(juce::Graphics& g) {
? static_cast<int>(logoW * static_cast<double>(logoImage.getHeight()) / logoImage.getWidth()) ? static_cast<int>(logoW * static_cast<double>(logoImage.getHeight()) / logoImage.getWidth())
: logoW; : logoW;
int logoX = (getWidth() - logoW) / 2; int logoX = (getWidth() - logoW) / 2;
int logoY = (124 - logoH) / 2; int logoY = (124 - logoH) / 2 + 32;
auto logoArea = juce::Rectangle<int>(logoX, logoY, logoW, logoH); auto logoArea = juce::Rectangle<int>(logoX, logoY, logoW, logoH);
juce::Graphics::ScopedSaveState saved(g); juce::Graphics::ScopedSaveState saved(g);
g.setOpacity(0.8f); g.setOpacity(0.8f);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 KiB

After

Width:  |  Height:  |  Size: 178 KiB

Before After
Before After