Skip to content

Commit f39da55

Browse files
authored
Update AlignmentTransform and Alignments in Logo.json (#72)
This change fixes overlapping logo on the main menu when changing the resolution to a higher one, e.g. 2K. AscensionGameDev/Intersect-Engine#2766 Signed-off-by: Palit <[email protected]>
1 parent 4006893 commit f39da55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/gui/layouts/menu/Logo.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"Dock": "None",
44
"Padding": "0,0,0,0",
55
"AlignmentEdgeDistances": "0,0,0,0",
6-
"AlignmentTransform": "0,-180",
6+
"AlignmentTransform": "0,0",
77
"Margin": "0,0,0,0",
88
"RenderColor": "255,255,255,255",
9-
"Alignments": "Center",
9+
"Alignments": "CenterH",
1010
"DrawBackground": true,
1111
"MinimumSize": "1,1",
1212
"MaximumSize": "4096,4096",
@@ -23,4 +23,4 @@
2323
"HoverSound": null,
2424
"LeftMouseClickSound": null,
2525
"RightMouseClickSound": null
26-
}
26+
}

0 commit comments

Comments
 (0)