Bevelbutton appearance

With RS I used to have Bevelbuttons with centered caption AND icon like this

simply setting the CaptionPlacement=RightOfGraphic and IconAlign=Center

Now on Xojo I get this with the same settings and can’t find a method to have the same appearance.

This happen on Cocoa target, while in Carbon works as always.

Is this an expected appearance?

[quote=9890:@Massimo Valle]With RS I used to have Bevelbuttons with centered caption AND icon like this

simply setting the CaptionPlacement=RightOfGraphic and IconAlign=Center

Now on Xojo I get this with the same settings and can’t find a method to have the same appearance.

This happen on Cocoa target, while in Carbon works as always.

Is this an expected appearance?[/quote]

File a bug report and I’ll see. Cocoa’s BevelButton got a lot of work in 2013r1 in order to more closely match Carbon.

Done: <https://xojo.com/issue/27003>

Thanks.