MCPcopy Create free account
hub / github.com/andrewreeman/SpectralSuite / resized

Method resized

FrequencyShift/Source/ScaleSlider.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void ScaleSlider::resized()
25{
26 int y = 0;
27 scaleLabel.setBounds(0, y, getWidth() / 3, 30);
28 y += scaleLabel.getBounds().getBottom() + 10;
29 scaleSlider.setBounds(0, y, getWidth(), static_cast<int>(getHeight() / 2));
30}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected