fix folder button location
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user