Merge #492: fix installer final step view

200fa9e7b4497687890d91ca97add45aea88c1e2 fix installer final step view (edouard)

Pull request description:

  The height of the content was filling too much and user can scroll down to the abyss

ACKs for top commit:
  edouardparis:
    Self-ACK 200fa9e7b4497687890d91ca97add45aea88c1e2

Tree-SHA512: 2163a70a5ff4b1c52377182c62e2d74559a09dfb272bccf96561832f01aebb591dc4873f563cd05644ce4126dfdebdc7708f4bad5e5d7ec8c2deacc3a1b35160
This commit is contained in:
edouard 2023-05-11 09:52:09 +02:00
commit bbf47c0bb5
No known key found for this signature in database
GPG Key ID: E65F7A089C20DC8F

View File

@ -1034,8 +1034,7 @@ pub fn install<'a>(
)
})
.spacing(10)
.width(Length::Fill)
.height(Length::Fill),
.width(Length::Fill),
true,
)
}