From 85d96f39f0e0075c3dff0228fa731be1e312b0a9 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Wed, 25 Oct 2023 11:10:07 -0400 Subject: [PATCH] fix(power): remove extra spacing from column --- cosmic-applet-power/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/cosmic-applet-power/src/main.rs b/cosmic-applet-power/src/main.rs index e4bb0452..311e6c81 100644 --- a/cosmic-applet-power/src/main.rs +++ b/cosmic-applet-power/src/main.rs @@ -277,7 +277,6 @@ impl cosmic::Application for Power { power ] .align_items(Alignment::Start) - .spacing(12) .padding([8, 0]); self.core.applet.popup_container(content).into()