don't set spacing twice

This commit is contained in:
Max Bradbury 2020-09-11 11:23:12 +01:00
parent 6ebce96d96
commit ab77d59e29
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ fn build_ui(application: &gtk::Application) {
input_url.set_placeholder_text(Some("Enter URL here"));
horizontal.set_spacing(SPACING);
horizontal.set_homogeneous(true);
window.add(&vertical);