mirror of
https://codeberg.org/armin/chromaflock.git
synced 2026-09-01 04:10:47 +02:00
replace logo
This commit is contained in:
parent
6e950bd3b5
commit
5c0767d17a
2 changed files with 1 additions and 1 deletions
|
|
@ -906,7 +906,7 @@ void MainContentComponent::paint(juce::Graphics& g) {
|
|||
? static_cast<int>(logoW * static_cast<double>(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<int>(logoX, logoY, logoW, logoH);
|
||||
juce::Graphics::ScopedSaveState saved(g);
|
||||
g.setOpacity(0.8f);
|
||||
|
|
|
|||
BIN
newlogo.png
BIN
newlogo.png
Binary file not shown.
|
Before Width: | Height: | Size: 219 KiB After Width: | Height: | Size: 178 KiB |
Loading…
Add table
Add a link
Reference in a new issue