kopia lustrzana https://github.com/jameshball/osci-render
Show all of the top bar
rodzic
a6ebc54d8a
commit
5fd4533315
|
@ -16,7 +16,7 @@ void SosciPluginEditor::paint(juce::Graphics& g) {
|
|||
}
|
||||
|
||||
void SosciPluginEditor::resized() {
|
||||
auto topBar = getLocalBounds().removeFromTop(25).removeFromLeft(200);
|
||||
auto topBar = getLocalBounds().removeFromTop(25);
|
||||
menuBar.setBounds(topBar);
|
||||
auto visualiserArea = getLocalBounds();
|
||||
visualiserArea.removeFromTop(25);
|
||||
|
|
Ładowanie…
Reference in New Issue