From badce76998a16c221277f1fd7a35530421387a07 Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Fri, 7 Nov 2025 15:21:45 +0100 Subject: [PATCH] OSD: fix warning --- Modules/OSD/OSD.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Modules/OSD/OSD.qml b/Modules/OSD/OSD.qml index 3bf1076c..64549d45 100644 --- a/Modules/OSD/OSD.qml +++ b/Modules/OSD/OSD.qml @@ -298,8 +298,6 @@ Variants { height: panel.barThickness radius: Math.round(panel.barThickness / 2) color: Color.mSurfaceVariant - Layout.alignment: Qt.AlignVCenter - anchors.horizontalCenter: parent.horizontalCenter width: parent.width * 0.6 Rectangle {