Elektrine lite

← Feed

@lvalenta@mastodon.social

Post #1464087

2026-02-15 19:35 UTC

@dlx I’d argue that ideal width equal min width in this context.

Replies (1)

  • @dlx@mastodon.social 2026-02-15 19:38

    @lvalenta it would propose 0/0 to the view and get the minimum size, per: Color.blue .frame( minWidth: 10, idealWidth: 150, maxWidth: 300, minHeight: 20, idealHeight: 100, maxHeight: 300 ) .fixedSize()

    Open ##1464088