Update scrollbar size
This commit is contained in:
parent
21efe1546c
commit
791f00ddb7
1 changed files with 2 additions and 0 deletions
|
|
@ -215,6 +215,8 @@ impl Sandbox for Window {
|
||||||
if self.debug { content.explain(Color::WHITE) } else { content },
|
if self.debug { content.explain(Color::WHITE) } else { content },
|
||||||
horizontal_space(Length::Fill),
|
horizontal_space(Length::Fill),
|
||||||
])
|
])
|
||||||
|
.scrollbar_width(12)
|
||||||
|
.scroller_width(6)
|
||||||
])
|
])
|
||||||
.padding([16, 8])
|
.padding([16, 8])
|
||||||
.width(Length::Fill)
|
.width(Length::Fill)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue