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