Make pin widget Fill parent by default
This commit is contained in:
parent
5be1d545d0
commit
a805177b25
3 changed files with 6 additions and 10 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue