mirror of
https://github.com/ppy/osu
synced 2025-01-20 21:10:49 +00:00
Use horizontally symmetrical padding rather than margin
This commit is contained in:
parent
b7e7b0f850
commit
cb2d1f3f04
@ -33,9 +33,9 @@ namespace osu.Game.Overlays.Settings
|
||||
{
|
||||
AutoSizeAxes = Axes.Y,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Margin = new MarginPadding
|
||||
Padding = new MarginPadding
|
||||
{
|
||||
Left = SettingsPanel.CONTENT_MARGINS,
|
||||
Horizontal = SettingsPanel.CONTENT_MARGINS,
|
||||
Top = Toolbar.Toolbar.TOOLTIP_HEIGHT,
|
||||
Bottom = 30
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user