mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +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…
Reference in New Issue
Block a user