From a8b7e2c036799c41ee5976e881b4537afe1e1f9d Mon Sep 17 00:00:00 2001 From: Avii Date: Thu, 6 Aug 2026 21:42:12 +0200 Subject: [PATCH] 1786045332 --- ui/main.slint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/main.slint b/ui/main.slint index 5ced6b5..d18f630 100644 --- a/ui/main.slint +++ b/ui/main.slint @@ -65,7 +65,7 @@ export component MainWindow inherits Window { } Text { - x: 438px; + x: (root.width / 2) - self.width - 38px; y: 32px; width: 100px; height: 36px;