1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 18:51:18 +08:00

Modify toolbar tooltips to be closer to design.

This commit is contained in:
Dean Herbert
2016-11-09 15:16:34 +09:00
Unverified
parent d6dafd6b70
commit 9d1d5a5cea
+2 -1
View File
@@ -105,10 +105,11 @@ namespace osu.Game.Overlays
tooltip1 = new SpriteText
{
TextSize = 22,
Font = @"Exo2.0-Bold",
},
tooltip2 = new SpriteText
{
TextSize = 15
TextSize = 16
}
}
}