mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Remove min/max from test scene to fix weirdness when switching test sizings
This commit is contained in:
parent
bba25a0182
commit
a8e319a320
@ -21,12 +21,7 @@ namespace osu.Game.Tests.Visual.Settings
|
||||
{
|
||||
var tabletHandler = new TestTabletHandler();
|
||||
|
||||
tabletHandler.AreaOffset.MinValue = new Size(0, 0);
|
||||
tabletHandler.AreaOffset.MaxValue = new Size(160, 100);
|
||||
tabletHandler.AreaOffset.Value = new Size(10, 10);
|
||||
|
||||
tabletHandler.AreaSize.MinValue = new Size(10, 10);
|
||||
tabletHandler.AreaSize.MaxValue = new Size(160, 100);
|
||||
tabletHandler.AreaSize.Value = new Size(100, 80);
|
||||
|
||||
AddRange(new Drawable[]
|
||||
|
Loading…
Reference in New Issue
Block a user