Hello,
I try to set menuButton with autoWidth attribute, but setAutoWidth function creates a button with 1px width:
Are you planning to fix this bug? Can you provide a workaround?
thank you
I try to set menuButton with autoWidth attribute, but setAutoWidth function creates a button with 1px width:
Code:
MenuButton menuButton = new MenuButton("title", menu); menuButton.setAutoWidth();
thank you