Description
MenuItemDataRenderer sets the horizontalAlignment style of its keyboardShortcutLabel to RIGHT, but because the label sits in a BoxPane, it's not getting right aligned to the actual menu, which is the intent. Possibly, we should make the renderer extend TablePane to get the desired user experience.