Skip to content

Commit 3a79fc4

Browse files
committed
Fix SettingsDropdownContainer padding
1 parent 608e380 commit 3a79fc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

osu.Game.Rulesets.Sandbox/UI/Settings/SettingsDropdownContainer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ protected SettingsDropdownContainer(string label)
1313
{
1414
RelativeSizeAxes = Axes.X;
1515
AutoSizeAxes = Axes.Y;
16-
Padding = new MarginPadding { Horizontal = 15 };
16+
Padding = new MarginPadding { Horizontal = 20 };
1717
InternalChild = new FillFlowContainer
1818
{
1919
RelativeSizeAxes = Axes.X,

osu.Game.Rulesets.Sandbox/osu.Game.Rulesets.Sandbox.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
<EmbeddedResource Include="Resources\**\*" />
1212
</ItemGroup>
1313
<ItemGroup>
14-
<PackageReference Include="ppy.osu.Game" Version="2021.1127.0" />
14+
<PackageReference Include="ppy.osu.Game" Version="2021.1207.0" />
1515
</ItemGroup>
1616
</Project>

0 commit comments

Comments
 (0)