Skip to content

Commit

Permalink
expand scrollbar further
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Sep 23, 2024
1 parent 19d3be8 commit f3ae255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2665,7 +2665,7 @@ pub fn apply_theme(state: &OculanteState, ctx: &Context) {
}
// Switching theme resets accent color, set it again
let mut style: egui::Style = (*ctx.style()).clone();
style.spacing.scroll = egui::style::ScrollStyle::thin();
style.spacing.scroll = egui::style::ScrollStyle::solid();
style.interaction.tooltip_delay = 0.0;
style.spacing.icon_width = 20.;
style.spacing.window_margin = 5.0.into();
Expand Down

0 comments on commit f3ae255

Please sign in to comment.