fix folder button location
This commit is contained in:
@@ -453,11 +453,12 @@ Window {
|
|||||||
// ── Open mods folder button ────────────────────────────────────────────
|
// ── Open mods folder button ────────────────────────────────────────────
|
||||||
Button {
|
Button {
|
||||||
id: folderButton
|
id: folderButton
|
||||||
width: 42
|
width: 70
|
||||||
height: 42
|
height: 40
|
||||||
anchors.left: versionBox.right
|
anchors.left: versionBox.left
|
||||||
anchors.leftMargin: 8
|
anchors.bottom: profileBox.bottom
|
||||||
anchors.verticalCenter: versionBox.verticalCenter
|
anchors.leftMargin: -59
|
||||||
|
anchors.bottomMargin: -45
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
|
|
||||||
background: Image {
|
background: Image {
|
||||||
|
|||||||
Reference in New Issue
Block a user