From e0e17589ea0b85d5f98dc94df10ae4c0882a8ba0 Mon Sep 17 00:00:00 2001 From: Yanis Dziki <yanis.dziki@ens-lyon.fr> Date: Fri, 11 Apr 2025 22:35:58 +0200 Subject: [PATCH] =?UTF-8?q?Texte=20centr=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- motus/Main.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/motus/Main.qml b/motus/Main.qml index a615fe8..de45edb 100644 --- a/motus/Main.qml +++ b/motus/Main.qml @@ -25,8 +25,8 @@ Window { } Text { id: _text1 - x: 194 - y: 167 + x: -83 + y: 168 width: 551 height: 56 color: "#0e0e0e" @@ -36,8 +36,8 @@ Window { Text { id: _text2 - x: 186 - y: 372 + x: -83 + y: 339 width: 551 height: 56 color: "#0e0e0e" -- GitLab