From 087871cfcd7bd9c94a1397ef08370c011d098d18 Mon Sep 17 00:00:00 2001 From: Matthew Wilding Date: Thu, 21 Dec 2023 14:25:48 +0800 Subject: [PATCH] Made the excludes ui a bit cleaner with a separator --- dygma-layer-switcher/src/app.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/dygma-layer-switcher/src/app.rs b/dygma-layer-switcher/src/app.rs index a101c3d..fea0e16 100644 --- a/dygma-layer-switcher/src/app.rs +++ b/dygma-layer-switcher/src/app.rs @@ -305,6 +305,7 @@ impl DygmaLayerSwitcher { }) .header_response .on_hover_text(verbiage::EXCLUDES_HINT); + ui.separator(); } } }