| 66 | } |
| 67 | |
| 68 | void 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 | |
| 77 | void NoteOptionsView::paint(Graphics& g) |
| 78 | { |
nothing calls this directly
no outgoing calls
no test coverage detected