local buttonNew = ui.Button(win, "NEW CAMPAIGN", 50, 50, 250, 150)
While I can get a button of the size I want with this
local buttonNew = ui.Button(win, "NEW CAMPAIGN", 50, 50, 250, 150)
buttonNew:loadicon("xxx/mute.ico")
When I add the line, the button autosizes itself. whereas I don't want the button size to change.