Skip to content

Commit

Permalink
Use floating scroll bars as the default
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 9, 2023
1 parent 49c805e commit 42aa76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ pub struct ScrollStyle {

impl Default for ScrollStyle {
fn default() -> Self {
Self::solid()
Self::floating()
}
}

Expand Down

0 comments on commit 42aa76b

Please sign in to comment.