Skip to content

Commit

Permalink
Merge pull request #51 from whompyjaw/Title-Edit
Browse files Browse the repository at this point in the history
Version 2.0!
  • Loading branch information
wozniakjesse authored Dec 4, 2020
2 parents 9456860 + 9547390 commit 71a9267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/PluginEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SympleSynthAudioProcessorEditor::SympleSynthAudioProcessorEditor (SympleSynthAud

// Add Title Label
addAndMakeVisible(titleLabel);
titleLabel.setText("SYMPLESYNTH 1.0", juce::dontSendNotification);
titleLabel.setText("SYMPLESYNTH 2.0", juce::dontSendNotification);
titleLabel.setFont(juce::Font(36.0, juce::Font::bold));
titleLabel.setJustificationType(juce::Justification::centred);

Expand Down

0 comments on commit 71a9267

Please sign in to comment.