mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 04:47:39 +09:00
Merge pull request #14431 from peppy/fix-setting-section-clickability
Fix bottom area of a settings section not being clickable
This commit is contained in:
commit
b2ee777ceb
@ -47,7 +47,6 @@ namespace osu.Game.Overlays.Settings
|
|||||||
|
|
||||||
protected SettingsSection()
|
protected SettingsSection()
|
||||||
{
|
{
|
||||||
Margin = new MarginPadding { Top = margin };
|
|
||||||
AutoSizeAxes = Axes.Y;
|
AutoSizeAxes = Axes.Y;
|
||||||
RelativeSizeAxes = Axes.X;
|
RelativeSizeAxes = Axes.X;
|
||||||
|
|
||||||
@ -80,7 +79,7 @@ namespace osu.Game.Overlays.Settings
|
|||||||
Padding = new MarginPadding
|
Padding = new MarginPadding
|
||||||
{
|
{
|
||||||
Top = margin + border_size,
|
Top = margin + border_size,
|
||||||
Bottom = 10,
|
Bottom = margin + 10,
|
||||||
},
|
},
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
AutoSizeAxes = Axes.Y,
|
AutoSizeAxes = Axes.Y,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user