Write your own message box
Seriously, if you look in message_box.py you will see the message box is just a normal QDialog. The layout of its contents is done using self.gridLayout which is QGridLayout. Changing the alignment of the appropriate cell in that will do the trick.