Merge pull request #7214 from Joehuu/default-placeholder-channel-search

Use default placeholder text on chat channel search box
This commit is contained in:
Dean Herbert 2019-12-17 14:38:56 +09:00 committed by GitHub
commit c92332d2e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -115,11 +115,7 @@ public ChannelSelectionOverlay()
Font = OsuFont.GetFont(size: 20),
Shadow = false,
},
search = new HeaderSearchTextBox
{
RelativeSizeAxes = Axes.X,
PlaceholderText = @"Search",
},
search = new HeaderSearchTextBox { RelativeSizeAxes = Axes.X },
},
},
},