From ccc9b7d3078166d957d28d7dfdf6b9a65d61a24f Mon Sep 17 00:00:00 2001 From: rustbasic <127506429+rustbasic@users.noreply.github.com> Date: Wed, 3 Jul 2024 22:26:53 +0900 Subject: [PATCH] Update style.rs --- crates/egui/src/style.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/egui/src/style.rs b/crates/egui/src/style.rs index 38dea104bb5..d684a9d7297 100644 --- a/crates/egui/src/style.rs +++ b/crates/egui/src/style.rs @@ -547,6 +547,7 @@ impl ScrollStyle { Self { floating: true, bar_width: 10.0, + bar_inner_margin: 0.0, floating_allocated_width: 6.0, foreground_color: false,