Update scrollbar size

This commit is contained in:
Jeremy Soller 2022-09-30 14:43:17 -06:00
parent 21efe1546c
commit 791f00ddb7
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE

View file

@ -215,6 +215,8 @@ impl Sandbox for Window {
if self.debug { content.explain(Color::WHITE) } else { content },
horizontal_space(Length::Fill),
])
.scrollbar_width(12)
.scroller_width(6)
])
.padding([16, 8])
.width(Length::Fill)