Alert box with custom size button

Hi, I’m making an alert window (showOkCancelBox), but I’ve noticed the OK and Cancel buttons are very small. I can change their text but not the size of them. Can some one point me in the right direction please, I just can’t find it, and I need the buttons to be quite large.
Thanks.

Have you look at the AlertWindow::LookAndFeelMethods struct? There are some methods there for changing the button’s width and height.

OK thanks, I already had those set to change the messages but the one I need was
‘getTextButtonFont’
Thanks!!!