1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 05:30:11 +08:00

Adjusted margin to fix the 1 px increase

This commit is contained in:
Viktor Rosvall
2019-12-30 21:55:09 +01:00
Unverified
parent 2e3a66cb6e
commit b0bcbf8b93
+1 -1
View File
@@ -58,7 +58,7 @@ namespace osu.Game.Screens.Select
}
},
AutoSizeAxes = Axes.Both,
Margin = new MarginPadding { Left = 70, Right = 15 }
Margin = new MarginPadding { Left = 70, Right = 14 }
});
}