mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Make sure editor scale doesn't change loading presets
This commit is contained in:
parent
971cbc8ab9
commit
dc4df1bb38
3 changed files with 5 additions and 5 deletions
|
|
@ -25,7 +25,7 @@ WavetableAudioProcessorEditor::WavetableAudioProcessorEditor (WavetableAudioProc
|
|||
|
||||
usage.setBounds (45, 12, 70, 16);
|
||||
modOverview.setBounds (usage.getRight() + 10, 12, 150, 16);
|
||||
scope.setBounds (714, 5, 177, 30);
|
||||
scope.setBounds (704, 5, 187, 30);
|
||||
|
||||
setSize (943, 671);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue