From ab77d59e29015c69c53eec17498bb60606e627af Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Fri, 11 Sep 2020 11:23:12 +0100 Subject: [PATCH] don't set spacing twice --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index cf8f091..5ed437c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -22,7 +22,6 @@ fn build_ui(application: >k::Application) { input_url.set_placeholder_text(Some("Enter URL here")); - horizontal.set_spacing(SPACING); horizontal.set_homogeneous(true); window.add(&vertical);