Remove SpaceTextOnHover

This commit is contained in:
DrabWeb
2017-02-27 21:30:10 -04:00
parent b3a231185b
commit 164f205ee5
2 changed files with 2 additions and 5 deletions

View File

@ -15,7 +15,6 @@ namespace osu.Game.Overlays.Dialog
Height = 50;
BackgroundColour = OsuColour.FromHex(@"150e14");
TextSize = 18;
SpaceTextOnHover = false;
}
}
}