1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-23 10:32:59 +08:00

Rename uppcase shear width to lowercase shearwidth

This commit is contained in:
miterosan 2018-07-09 22:52:14 +02:00
parent ad96338af7
commit 73a87914f2

View File

@ -115,7 +115,7 @@ namespace osu.Game.Overlays.Chat.Tabs
Anchor = Anchor.BottomLeft; Anchor = Anchor.BottomLeft;
Origin = Anchor.BottomLeft; Origin = Anchor.BottomLeft;
Shear = new Vector2(ChannelTabControl.SHEAR_WIDTH / ChatOverlay.TAB_AREA_HEIGHT, 0); Shear = new Vector2(ChannelTabControl.shear_width / ChatOverlay.TAB_AREA_HEIGHT, 0);
Masking = true; Masking = true;
EdgeEffect = new EdgeEffectParameters EdgeEffect = new EdgeEffectParameters
@ -143,7 +143,7 @@ namespace osu.Game.Overlays.Chat.Tabs
}, },
new Container new Container
{ {
Shear = new Vector2(-ChannelTabControl.SHEAR_WIDTH / ChatOverlay.TAB_AREA_HEIGHT, 0), Shear = new Vector2(-ChannelTabControl.shear_width / ChatOverlay.TAB_AREA_HEIGHT, 0),
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
Children = new Drawable[] Children = new Drawable[]
{ {