iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
22.96k stars 1.06k forks source link

Introduce `center` widget helper #2423

Closed hecrj closed 2 weeks ago

hecrj commented 2 weeks ago

... and also make center_x and center_y set width and height to Length::Fill, respectively.

This targets the most common use case when centering things and removes a bunch of boilerplate as a result.