mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Move ChannelListingItem
spacing into item so input is always handled by an item in the list
Without this change, there would be a couple of pixels between each list item where nothing would be hovered. This is a pretty annoying UX which we should be avoiding we possible.
This commit is contained in:
@ -12,7 +12,6 @@ using osu.Framework.Graphics.Containers;
|
||||
using osu.Framework.Graphics.Shapes;
|
||||
using osu.Game.Graphics.Containers;
|
||||
using osu.Game.Online.Chat;
|
||||
using osuTK;
|
||||
|
||||
namespace osu.Game.Overlays.Chat.Listing
|
||||
{
|
||||
@ -51,7 +50,6 @@ namespace osu.Game.Overlays.Chat.Listing
|
||||
Direction = FillDirection.Vertical,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
Spacing = new Vector2(3),
|
||||
Padding = new MarginPadding
|
||||
{
|
||||
Vertical = 13,
|
||||
|
Reference in New Issue
Block a user