How Change text and size of DirectButton

I use DirectButton[“text”] to set text. and text has been change, but the button 's size did not change :frowning:
SO, How Change text and size of DirectButton, please help me

I’m not sure, but I think that calling “myButtonName.setFrameSize()” after setting the text may help.

amazing,it work. thanks, Thaumaturge.