From 85620d10c4e35a59e439815806454d40ceb8e81f Mon Sep 17 00:00:00 2001 From: Bu5hm4nn <“bu5hm4nn@users.noreply.github.com”> Date: Sun, 14 May 2023 08:43:12 -0600 Subject: [PATCH] Remove "+" button shadow --- src/ui/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/mod.rs b/src/ui/mod.rs index 735c93d1..68c3d8d0 100644 --- a/src/ui/mod.rs +++ b/src/ui/mod.rs @@ -830,7 +830,7 @@ impl eframe::App for GossipUi { .rounding(egui::Rounding::same(crate::AVATAR_SIZE_F32/2.0)) // need the rounding for the shadow .stroke(egui::Stroke::NONE) .fill(Color32::TRANSPARENT) - //.shadow(egui::epaint::Shadow::NONE) + .shadow(egui::epaint::Shadow::NONE) .show( ui, |ui| {