Skip to content

Support for partially rounded Button #5954

@Vinci10

Description

@Vinci10

Checklist

  • I have searched the issue tracker for open issues that relate to the same feature, before opening a new one.
  • This issue only relates to a single feature. I will open new issues for any other features.

Is your feature request related to a problem?

#5352 added support for partially rounded rectangles. It allows to create partially rounded buttons as well. It may help users to implement custom button widgets like Material Design: Button groups or Split buttons

Is it possible to construct a solution with the existing API?

It is not possible because Button background is not public

Describe the solution you'd like to see.

I think new public function added to Button e.g. SetCornerRadii(topLeft, topRight, bottomLeft, bottomRight) or new theme constants SizeNameButtonRadiusTopRight, ... should be sufficient

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions