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

Method resized

NeuralNote/Source/Components/Views/NoteOptionsView.cpp:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void NoteOptionsView::resized()
69{
70 mEnableButton->setBounds(0, 0, 18, 18);
71 mMinMaxNoteSlider->setBounds(64, 17 + LEFT_SECTIONS_TOP_PAD, 189, 17);
72 mRootNoteDropdown->setBounds(64, LEFT_SECTIONS_TOP_PAD + 46, 55, 17);
73 mKeyType->setBounds(124, LEFT_SECTIONS_TOP_PAD + 46, 129, 17);
74 mSnapMode->setBounds(100, LEFT_SECTIONS_TOP_PAD + 75, 154, 17);
75}
76
77void NoteOptionsView::paint(Graphics& g)
78{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected