Make pin widget Fill parent by default

This commit is contained in:
Héctor Ramón Jiménez 2024-11-22 04:13:38 +01:00
parent 5be1d545d0
commit a805177b25
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 6 additions and 10 deletions

View file

@ -267,8 +267,6 @@ where
///
/// fn view(state: &State) -> Element<'_, Message> {
/// pin("This text is displayed at coordinates (50, 50)!")
/// .width(Fill)
/// .height(Fill)
/// .x(50)
/// .y(50)
/// .into()