Skip to content

Commit

Permalink
Use solid scrollbar in egui
Browse files Browse the repository at this point in the history
Resolves #69
  • Loading branch information
encounter committed Jun 4, 2024
1 parent 6037c12 commit 9e04357
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions objdiff-gui/src/views/appearance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ impl Appearance {
self.delete_color = Color32::from_rgb(200, 40, 41);
}
}
style.spacing.scroll = egui::style::ScrollStyle::solid();
style.spacing.scroll.bar_width = 10.0;
ctx.set_style(style);
}

Expand Down

0 comments on commit 9e04357

Please sign in to comment.