Skip to content

Square bezel style (BezelStyle::RegularSquare) makes button height to become huge vs Rounded #134

@eugenesvk

Description

@eugenesvk

In this example of two buttons in a single view the bezel style has a huge effet on button height: without the comment the buttons take up the full height of the screen

btnSquare

but then with the line uncommented and setting a rounded style even for one button makes both have regular size

btnRound
    y.set_bezel_style(BezelStyle::RegularSquare);
    n.set_bezel_style(BezelStyle::RegularSquare); // BUGS: RegularSquare, ShadowlessSquare,SmallSquare,TexturedSquare break become vertical 100% of the height
    // n.set_bezel_style(BezelStyle::Rounded); // OK even if button Y is untouched

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