mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 16:32:54 +08:00
Rename ShowMoreButton in comments namespace to ShowMoreRepliesButton
This commit is contained in:
parent
ffa98ddd00
commit
45ddc7a2e9
@ -12,13 +12,13 @@ using osu.Framework.Allocation;
|
||||
|
||||
namespace osu.Game.Overlays.Comments.Buttons
|
||||
{
|
||||
public class ShowMoreButton : LoadingButton
|
||||
public class ShowMoreRepliesButton : LoadingButton
|
||||
{
|
||||
protected override IEnumerable<Drawable> EffectTargets => new[] { text };
|
||||
|
||||
private OsuSpriteText text;
|
||||
|
||||
public ShowMoreButton()
|
||||
public ShowMoreRepliesButton()
|
||||
{
|
||||
AutoSizeAxes = Axes.Both;
|
||||
LoadingAnimationSize = new Vector2(8);
|
@ -46,7 +46,7 @@ namespace osu.Game.Overlays.Comments
|
||||
private FillFlowContainer childCommentsVisibilityContainer;
|
||||
private FillFlowContainer childCommentsContainer;
|
||||
private LoadRepliesButton loadRepliesButton;
|
||||
private ShowMoreButton showMoreButton;
|
||||
private ShowMoreRepliesButton showMoreButton;
|
||||
private ShowRepliesButton showRepliesButton;
|
||||
private ChevronButton chevronButton;
|
||||
private DeletedCommentsCounter deletedCommentsCounter;
|
||||
@ -213,7 +213,7 @@ namespace osu.Game.Overlays.Comments
|
||||
Top = 10
|
||||
}
|
||||
},
|
||||
showMoreButton = new ShowMoreButton
|
||||
showMoreButton = new ShowMoreRepliesButton
|
||||
{
|
||||
Action = () => RepliesRequested(this, ++currentPage)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user