don't set spacing twice
This commit is contained in:
parent
6ebce96d96
commit
ab77d59e29
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue