Fix Tour for HiDPI (stub)
This commit is contained in:
parent
7b4fe6b7cc
commit
1e021fd034
2 changed files with 5 additions and 3 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue