The Active MIDI inputs selection in AudioDeviceSelectorComponent::MidiInputSelectorComponentListBox has no space between the tick box and the text.

The ChannelSelectorListBox is fine. The tick box position is also inconsistent on the left edge. I made the two match.
g.drawText (item, x + 5, 0, width - x - 5, height, Justification::centredLeft, true); // +5 added to match ChannelSelectorListBox
int getTickX() const
{
return getRowHeight(); // Was + 5, now matches ChannelSelectorListBox
}
Is it better to post something like this here or on GitHub?
