1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 09:44:12 +08:00

Fix settings sidebar being behind toolbar

This commit is contained in:
Joehu
2019-08-03 15:22:06 -07:00
Unverified
parent 115cf47ed5
commit f6f96658c7
+1 -1
View File
@@ -186,7 +186,7 @@ namespace osu.Game.Overlays
base.UpdateAfterChildren();
ContentContainer.Margin = new MarginPadding { Left = Sidebar?.DrawWidth ?? 0 };
ContentContainer.Padding = new MarginPadding { Top = GetToolbarHeight?.Invoke() ?? 0 };
Padding = new MarginPadding { Top = GetToolbarHeight?.Invoke() ?? 0 };
}
protected class SettingsSectionsContainer : SectionsContainer<SettingsSection>