Skip to content

Commit

Permalink
fix: scrollbar width
Browse files Browse the repository at this point in the history
  • Loading branch information
git-f0x authored and wash2 committed Nov 4, 2024
1 parent 02b8d08 commit a7e035c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions widget/src/scrollable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,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,
}
Expand Down

0 comments on commit a7e035c

Please sign in to comment.