Fix Tour for HiDPI (stub)

This commit is contained in:
Matthias Fauconneau 2019-11-04 02:10:39 +01:00 committed by Héctor Ramón Jiménez
parent 7b4fe6b7cc
commit 1e021fd034
2 changed files with 5 additions and 3 deletions

View file

@ -76,7 +76,7 @@ impl Application for Tour {
}
let element: Element<_> = Column::new()
.max_width(Length::Units(540))
.max_width(Length::Units((540.0*3.0) as u16))
.spacing(20)
.padding(20)
.push(steps.view(self.debug).map(Message::StepMessage))