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"));
|
input_url.set_placeholder_text(Some("Enter URL here"));
|
||||||
|
|
||||||
horizontal.set_spacing(SPACING);
|
|
||||||
horizontal.set_homogeneous(true);
|
horizontal.set_homogeneous(true);
|
||||||
|
|
||||||
window.add(&vertical);
|
window.add(&vertical);
|
||||||
|
|
Loading…
Reference in New Issue