From 44797b069178f035be34485c3c4ca71a1eeefc8e Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" Date: Fri, 30 Jun 2023 17:47:08 +0300 Subject: [PATCH] snapshot --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index cd19992..8601155 100644 --- a/src/main.rs +++ b/src/main.rs @@ -159,7 +159,7 @@ fn build_ui(app: &Application) { .margin_start(12) .margin_end(12) .hexpand(true) - .halign(Align::Center) + .justify(Justification::Center) .wrap(true) .build();