mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Adjusted margin to fix the 1 px increase
This commit is contained in:
@ -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 }
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user