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);