MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / resized

Method resized

NeuralNote/Source/Components/Views/TimeQuantizeOptionsView.cpp:51–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void TimeQuantizeOptionsView::resized()
52{
53 mEnableButton->setBounds(0, 0, 18, 18);
54 mTimeDivisionDropdown->setBounds(125, 13 + LEFT_SECTIONS_TOP_PAD, 75, 17);
55 mQuantizationForceSlider->setBounds(94, 70 + LEFT_SECTIONS_TOP_PAD, 156, 17);
56 mTempoEditor->setBounds(65, LEFT_SECTIONS_TOP_PAD + 44, 40, 14);
57 mTimeSignatureNumEditor->setBounds(213, LEFT_SECTIONS_TOP_PAD + 44, 20, 14);
58 mTimeSignatureDenomEditor->setBounds(238, LEFT_SECTIONS_TOP_PAD + 44, 20, 14);
59}
60
61void TimeQuantizeOptionsView::paint(Graphics& g)
62{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected