diff --git a/Source/PluginGui.cpp b/Source/PluginGui.cpp
index b534ad4..40c01e7 100644
--- a/Source/PluginGui.cpp
+++ b/Source/PluginGui.cpp
@@ -1902,10 +1902,10 @@ PluginGui::PluginGui (AdlibBlasterAudioProcessor* ownerFilter)
fmButton->addListener (this);
fmButton->setImages (false, true, true,
- ImageCache::getFromMemory (twoopAm_png, twoopAm_pngSize), 0.500f, Colour (0x00000000),
+ ImageCache::getFromMemory (twoopFm_png, twoopFm_pngSize), 0.500f, Colour (0x00000000),
Image(), 0.500f, Colour (0x00000000),
Image(), 1.000f, Colour (0x00000000));
- fmButton->setBounds (304, 472, 56, 56);
+ fmButton->setBounds (298, 472, 72, 56);
additiveButton.reset (new ImageButton ("Additive mode button"));
addAndMakeVisible (additiveButton.get());
@@ -1915,10 +1915,10 @@ PluginGui::PluginGui (AdlibBlasterAudioProcessor* ownerFilter)
additiveButton->addListener (this);
additiveButton->setImages (false, true, true,
- ImageCache::getFromMemory (twoopFm_png, twoopFm_pngSize), 0.500f, Colour (0x00000000),
+ ImageCache::getFromMemory (twoopAm_png, twoopAm_pngSize), 0.500f, Colour (0x00000000),
Image(), 0.500f, Colour (0x00000000),
Image(), 1.000f, Colour (0x00000000));
- additiveButton->setBounds (392, 464, 72, 72);
+ additiveButton->setBounds (400, 472, 56, 56);
bassDrumButton.reset (new ImageButton ("bass drum button"));
addAndMakeVisible (bassDrumButton.get());
@@ -2195,10 +2195,10 @@ PluginGui::PluginGui (AdlibBlasterAudioProcessor* ownerFilter)
+= " Demo"
#endif
, NotificationType::dontSendNotification);
-
+
// Change LookandFeelFree combobox
oplComboBoxLookAndFeel.reset(new OPLComboBoxLookAndFeelMethods());
-
+
for (auto comB : {frequencyComboBox.get(), frequencyComboBox2.get(), velocityComboBox.get(), velocityComboBox2.get(), keyscaleAttenuationComboBox2.get(), keyscaleAttenuationComboBox.get()}){
comB->setLookAndFeel(oplComboBoxLookAndFeel.get());
}
@@ -3957,15 +3957,15 @@ BEGIN_JUCER_METADATA
fontname="Default font" fontsize="15.0" kerning="0.0" bold="0"
italic="0" justification="36"/>