mirror of
https://github.com/ppy/osu.git
synced 2025-03-18 23:57:22 +08:00
Simplify info margin
This commit is contained in:
parent
62fc55521c
commit
d533ac0e98
@ -197,7 +197,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
Direction = FillDirection.Horizontal;
|
||||
Add(new OsuSpriteText { Text = header + @": ", TextSize = text_size });
|
||||
Add(valueText = new OsuSpriteText() { TextSize = text_size });
|
||||
Margin = new MarginPadding { Vertical = margin, Horizontal = margin };
|
||||
Margin = new MarginPadding(margin);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user