From 56e56a370fb641b284f54d07e62e3ded7c5215a0 Mon Sep 17 00:00:00 2001 From: galeon Date: Sun, 5 Jul 2026 19:35:30 +0300 Subject: [PATCH] fix folder button location --- Main.qml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Main.qml b/Main.qml index aa4cfff..950ede8 100644 --- a/Main.qml +++ b/Main.qml @@ -453,11 +453,12 @@ Window { // ── Open mods folder button ──────────────────────────────────────────── Button { id: folderButton - width: 42 - height: 42 - anchors.left: versionBox.right - anchors.leftMargin: 8 - anchors.verticalCenter: versionBox.verticalCenter + width: 70 + height: 40 + anchors.left: versionBox.left + anchors.bottom: profileBox.bottom + anchors.leftMargin: -59 + anchors.bottomMargin: -45 hoverEnabled: true background: Image {