Skip to content

Autosized buttons #505

@dodopod

Description

@dodopod

Is there any way to make a button that sizes itself to its text? This seems like it should be really simple, but I can't seem to figure it out. As far as I can tell, the examples all just manually set the size of the button. The best I've been able to figure out is something like this, which is really inelegant:

- Button:
  width == systemFont().sizeOfString("hello").width + 10
  height == systemFont().sizeOfString("hello").height + 10

  title: "hello"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions