I’m not sure if this is a bug or if there is another way to style certain controls with Rhino’s UI style.
I’m trying to stay consistent with Rhino’s UI, however when trying to apply the style to a Button using EtoExtensions.useRhinoStyle()
, I can’t seem to get the control to update it’s style. I’ve attached an image below both of a reference and my outcome.
This is the way I’m currently doing it`
Button button = new Button();
button.useRhinoStyle();
My UI`
Curve Rebuild Reference`
Is there any way to make the buttons look the same way? Been at this for a while now and I just can’t seem to get it to work.