mirror of
https://github.com/osukey/osukey.git
synced 2025-05-21 21:47:31 +09:00
Use spacer drawable instead of spacing on links container
This commit is contained in:
parent
a375c3389b
commit
8a47628fe1
@ -211,7 +211,6 @@ namespace osu.Game.Overlays.Comments
|
|||||||
{
|
{
|
||||||
Name = @"Actions buttons",
|
Name = @"Actions buttons",
|
||||||
AutoSizeAxes = Axes.Both,
|
AutoSizeAxes = Axes.Both,
|
||||||
Spacing = new Vector2(10, 0)
|
|
||||||
},
|
},
|
||||||
actionsLoading = new LoadingSpinner
|
actionsLoading = new LoadingSpinner
|
||||||
{
|
{
|
||||||
@ -332,6 +331,7 @@ namespace osu.Game.Overlays.Comments
|
|||||||
makeDeleted();
|
makeDeleted();
|
||||||
|
|
||||||
actionsContainer.AddLink("Copy link", copyUrl);
|
actionsContainer.AddLink("Copy link", copyUrl);
|
||||||
|
actionsContainer.AddArbitraryDrawable(new Container { Width = 10 });
|
||||||
|
|
||||||
if (Comment.UserId.HasValue && Comment.UserId.Value == api.LocalUser.Value.Id)
|
if (Comment.UserId.HasValue && Comment.UserId.Value == api.LocalUser.Value.Id)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user