Skip to content

Commit 9e04357

Browse files
committed
Use solid scrollbar in egui
Resolves #69
1 parent 6037c12 commit 9e04357

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

objdiff-gui/src/views/appearance.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ impl Appearance {
119119
self.delete_color = Color32::from_rgb(200, 40, 41);
120120
}
121121
}
122+
style.spacing.scroll = egui::style::ScrollStyle::solid();
123+
style.spacing.scroll.bar_width = 10.0;
122124
ctx.set_style(style);
123125
}
124126

0 commit comments

Comments
 (0)