This commit is contained in:
Dean Herbert
2017-11-21 12:11:29 +09:00
parent 4f6263ef86
commit 2610cadd3c
4 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,7 @@ namespace osu.Game.Overlays
private readonly Box chatBackground;
private readonly Box tabBackground;
public Bindable<double> ChatHeight { get; public set; }
public Bindable<double> ChatHeight { get; set; }
private readonly Container channelSelectionContainer;
private readonly ChannelSelectionOverlay channelSelection;