From dee87d10b6fac324a9084fa36ecaab9f028d7dca Mon Sep 17 00:00:00 2001 From: Lucy Date: Wed, 2 Feb 2022 11:05:47 -0500 Subject: [PATCH] Improve spacing on main box --- applets/cosmic-applet-network/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applets/cosmic-applet-network/src/main.rs b/applets/cosmic-applet-network/src/main.rs index 17c44462..5258daa7 100644 --- a/applets/cosmic-applet-network/src/main.rs +++ b/applets/cosmic-applet-network/src/main.rs @@ -33,7 +33,7 @@ fn build_ui(application: >k4::Application) { view! { main_box = gtk4::Box { set_orientation: Orientation::Vertical, - set_spacing: 20, + set_spacing: 10, set_margin_top: 20, set_margin_bottom: 20, set_margin_start: 24,