jean-emmanuel / open-stage-control

Libre and modular OSC / MIDI controller
https://openstagecontrol.ammd.net
GNU General Public License v3.0
702 stars 88 forks source link

[Feature] widget border-radius #790

Closed AtmanActive closed 1 year ago

AtmanActive commented 1 year ago

Hi,

If I may suggest to add an official widget property for border-radius (round edges)(corners).

Yes, I'm aware that one can type border-radius: 10px in the widget's CSS input field, but that's just a hack for people in the know.

A more elegant and user-friendly approach would be to have it as a common widget property, right next to padding and lineWidth and such.

Of course, completely ignored for knobs and texts and other widgets where it doesn't apply.

Thanks!

jean-emmanuel commented 1 year ago

It's in sources, to be included in next release.

AtmanActive commented 1 year ago

Great news!