1
0
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:
EVAST9919 2017-07-09 13:57:13 +03:00
parent 62fc55521c
commit d533ac0e98

View File

@ -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);
}
}
}