From c290869869ae791396544bd9f41bef78611595da Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Mon, 10 Nov 2025 11:20:11 -0500 Subject: [PATCH] OSD: reduced main axis size to 75% --- Modules/OSD/OSD.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Modules/OSD/OSD.qml b/Modules/OSD/OSD.qml index d3458f2e..248f6ac8 100644 --- a/Modules/OSD/OSD.qml +++ b/Modules/OSD/OSD.qml @@ -139,10 +139,10 @@ Variants { readonly property bool isRight: (location.indexOf("_right") >= 0) || (location === "right") readonly property bool isCentered: (location === "top" || location === "bottom") readonly property bool verticalMode: (location === "left" || location === "right") - readonly property int hWidth: Math.round(420 * Style.uiScaleRatio) + readonly property int hWidth: Math.round(320 * Style.uiScaleRatio) readonly property int hHeight: Math.round(72 * Style.uiScaleRatio) - readonly property int vWidth: Math.round(84 * Style.uiScaleRatio) - readonly property int vHeight: Math.round(380 * Style.uiScaleRatio) + readonly property int vWidth: Math.round(72 * Style.uiScaleRatio) + readonly property int vHeight: Math.round(280 * Style.uiScaleRatio) // Ensure an even width to keep the vertical bar perfectly centered readonly property int barThickness: {