mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 17:00:17 +08:00
Adjust paddings to avoid scrollbar overlap
This commit is contained in:
@@ -118,6 +118,8 @@ namespace osu.Game.Overlays.Chat
|
||||
configManager.BindWith(OsuSetting.Prefer24HourTime, prefer24HourTime);
|
||||
prefer24HourTime.BindValueChanged(_ => updateTimestamp());
|
||||
|
||||
Padding = new MarginPadding { Right = 5 };
|
||||
|
||||
InternalChildren = new[]
|
||||
{
|
||||
background = new Container
|
||||
@@ -135,10 +137,10 @@ namespace osu.Game.Overlays.Chat
|
||||
},
|
||||
new GridContainer
|
||||
{
|
||||
Margin = new MarginPadding
|
||||
Padding = new MarginPadding
|
||||
{
|
||||
Horizontal = 10,
|
||||
Vertical = 1,
|
||||
Horizontal = 2,
|
||||
Vertical = 2,
|
||||
},
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
|
||||
Reference in New Issue
Block a user