1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 16:07:24 +08:00
osu-lazer/osu.Game.Tests/Visual/Settings
Salman Ahmed 19a19f915c Adjust settings panel to autosize to zero when hiding it
Previously, when hiding the settings overlay, it remains to have a width
of `56` (sidebar width), this is due to the panel content being placed
next to the sidebar, so therefore the content has to move 400
(PANEL_WIDTH) + 56 (sidebar_width) backwards, for the overlay to have a
width of 0 on hide.
2021-08-07 21:07:08 +03:00
..
TestSceneDirectorySelector.cs Replace game-side directory/file selector with framework extensions 2021-07-06 22:11:54 +02:00
TestSceneFileSelector.cs Replace game-side directory/file selector with framework extensions 2021-07-06 22:11:54 +02:00
TestSceneKeyBindingPanel.cs Update usages of Drawable.Click() 2021-08-04 17:30:33 +09:00
TestSceneMigrationScreens.cs Add test coverage 2020-05-14 19:05:35 +09:00
TestSceneSettingsItem.cs Adjust test case slightly 2021-07-11 17:26:00 +02:00
TestSceneSettingsPanel.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneSettingsSource.cs Add tests 2019-12-06 18:04:46 +09:00
TestSceneTabletSettings.cs Adjust settings panel to autosize to zero when hiding it 2021-08-07 21:07:08 +03:00