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:
parent
b84e3f9248
commit
8ad5b2e4f9
2 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue