moved autosize to ctor and whitespace fix

This commit is contained in:
EVAST9919
2017-05-19 16:08:33 +03:00
parent b2b299a8c3
commit 6f0e1fccdb
4 changed files with 25 additions and 25 deletions

View File

@ -19,7 +19,6 @@ namespace osu.Desktop.VisualTests.Tests
{
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
AutoSizeAxes = Axes.Both,
});
}
}