|
|
|
@@ -234,7 +234,7 @@ public: |
|
|
|
g.setFont (getHeight() * 0.7f);
|
|
|
|
g.setColour (findColour (KeyMappingEditorComponent::textColourId));
|
|
|
|
|
|
|
|
g.drawFittedText (owner.getCommandManager().getNameOfCommand (commandID),
|
|
|
|
g.drawFittedText (TRANS (owner.getCommandManager().getNameOfCommand (commandID)),
|
|
|
|
4, 0, jmax (40, getChildComponent (0)->getX() - 5), getHeight(),
|
|
|
|
Justification::centredLeft, true);
|
|
|
|
}
|
|
|
|
|