FIX. RadMessageBox - the alignment of the text should be centered when the icon is visible
To reproduce:
1. Use the following code snippet:
RadMessageBox.Show("RadMessageBox Some message box text", "Caption", MessageBoxButtons.OK, RadMessageIcon.Error);
2. The text is not aligned with the icon