1
0
Fork 0
mirror of https://github.com/ppy/osu-tools.git synced 2025-06-07 23:07:01 +09:00

Code quality

This commit is contained in:
tsunyoku 2025-04-04 09:59:08 +01:00
parent b84e3f9248
commit 8ad5b2e4f9
2 changed files with 4 additions and 4 deletions

View file

@ -40,13 +40,13 @@ namespace PerformanceCalculatorGUI.Screens.Simulate
AddRangeInternal(new Drawable[]
{
backgroundFlow = new FillFlowContainer()
backgroundFlow = new FillFlowContainer
{
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Direction = FillDirection.Vertical
},
grid = new GridContainer()
grid = new GridContainer
{
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,

View file

@ -426,7 +426,7 @@ namespace PerformanceCalculatorGUI.Screens
difficultyAttributesContainer = new AttributesTable(),
new OsuSpriteText
{
Margin = new MarginPadding() { Left = 10f, Vertical = 5f },
Margin = new MarginPadding { Left = 10f, Vertical = 5f },
Origin = Anchor.TopLeft,
Height = 20,
Text = "Performance Attributes"
@ -434,7 +434,7 @@ namespace PerformanceCalculatorGUI.Screens
performanceAttributesContainer = new AttributesTable(),
new OsuSpriteText
{
Margin = new MarginPadding() { Left = 10f, Vertical = 5f },
Margin = new MarginPadding { Left = 10f, Vertical = 5f },
Origin = Anchor.TopLeft,
Height = 20,
Text = "Strain graph (alt+scroll to zoom)"