diff --git a/Source/PluginEditor.cpp b/Source/PluginEditor.cpp index 603ce87..38e5c43 100644 --- a/Source/PluginEditor.cpp +++ b/Source/PluginEditor.cpp @@ -906,7 +906,7 @@ void MainContentComponent::paint(juce::Graphics& g) { ? static_cast(logoW * static_cast(logoImage.getHeight()) / logoImage.getWidth()) : logoW; int logoX = (getWidth() - logoW) / 2; - int logoY = (124 - logoH) / 2; + int logoY = (124 - logoH) / 2 + 32; auto logoArea = juce::Rectangle(logoX, logoY, logoW, logoH); juce::Graphics::ScopedSaveState saved(g); g.setOpacity(0.8f); diff --git a/newlogo.png b/newlogo.png index e9661d7..12e7293 100644 Binary files a/newlogo.png and b/newlogo.png differ