fix: scrollbar width
This commit is contained in:
parent
785732b90d
commit
3992a3d4ac
1 changed files with 2 additions and 2 deletions
|
|
@ -384,9 +384,9 @@ pub struct Scrollbar {
|
|||
impl Default for Scrollbar {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
width: 10.0,
|
||||
width: 8.0,
|
||||
margin: 0.0,
|
||||
scroller_width: 10.0,
|
||||
scroller_width: 8.0,
|
||||
alignment: Anchor::Start,
|
||||
spacing: None,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue