From 0d37dc69e3fae08acc14a91f6e491d7a6c5feaf6 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Sun, 22 Feb 2026 20:47:15 -0500 Subject: [PATCH] fix: applet popup width --- src/applet/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/applet/mod.rs b/src/applet/mod.rs index f7fa5b62..0cbcacab 100644 --- a/src/applet/mod.rs +++ b/src/applet/mod.rs @@ -392,7 +392,6 @@ impl Context { } }), ) - .width(Length::Fill) .height(Length::Shrink) .align_x(horizontal_align) .align_y(vertical_align),