mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 09:02:58 +08:00
Increase footer height to look better with default buttons
This commit is contained in:
parent
f4a8ac60a8
commit
642e0ac718
@ -79,7 +79,7 @@ namespace osu.Game.Overlays.Comments
|
||||
{
|
||||
Name = @"Footer",
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Height = 35,
|
||||
Height = 40,
|
||||
Padding = new MarginPadding { Horizontal = side_padding },
|
||||
Children = new Drawable[]
|
||||
{
|
||||
@ -87,7 +87,7 @@ namespace osu.Game.Overlays.Comments
|
||||
{
|
||||
Anchor = Anchor.CentreLeft,
|
||||
Origin = Anchor.CentreLeft,
|
||||
Font = OsuFont.GetFont(size: 12, weight: FontWeight.SemiBold),
|
||||
Font = OsuFont.GetFont(size: 14, weight: FontWeight.SemiBold),
|
||||
Text = FooterText
|
||||
},
|
||||
ButtonsContainer = new FillFlowContainer
|
||||
|
Loading…
Reference in New Issue
Block a user