Skip to content
Discussion options

You must be logged in to vote

It looks like the Button's min-height is bigger than its preferred-size.
It sounds like a bug, but not sure on what level.
The Button's specifies a minimum size. But the preferred size is automatically computed based on the contents.
When the width of the button is computed, its minimum size is taken into account, but the size of the fuchsia rectangle it taking the actual preferred-size because of the binding.

I'd say this is either a bug in the Widgets implementation as they don't specify a preferred size. Or the bug is that the auto-computation of the preferred size should take the explicit minimum size into account.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Enyium
Comment options

@ogoffart
Comment options

Answer selected by Enyium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants