1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 06:52:56 +08:00
osu-lazer/osu.Game.Tests/Visual
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
..
Background Add failing assert for seasonal background equality 2021-06-15 23:19:33 +02:00
Collections Provide game-wide resources via IStorageResourceProvider 2021-05-31 18:57:47 +09:00
Colours Add visual test scene 2021-08-03 15:02:18 +03:00
Components add blank line between method 2021-04-18 23:49:13 -04:00
Editing Update usages of Drawable.Click() 2021-08-04 17:30:33 +09:00
Gameplay Update usages of Drawable.Click() 2021-08-04 17:30:33 +09:00
Menus Fix tests executing before overlays load 2021-08-07 00:36:52 +03:00
Multiplayer Merge branch 'master' into multiplayer-create-with-enter 2021-08-05 17:07:03 +09:00
Navigation Add test coverage 2021-08-06 22:56:43 +03:00
Online Update usages of Drawable.Click() 2021-08-04 17:30:33 +09:00
Playlists Update usages of Drawable.Click() 2021-08-04 17:30:33 +09:00
Ranking Merge branch 'master' into fix-mod-overflow 2021-07-21 17:26:47 +09:00
Settings Adjust settings panel to autosize to zero when hiding it 2021-08-07 21:07:08 +03:00
SongSelect Add a few cases of missing ConfigureAwait calls in tests project 2021-07-30 15:27:24 +09:00
UserInterface Update usages of Drawable.Click() 2021-08-04 17:30:33 +09:00
TestSceneOsuGame.cs Add failing test for the global ruleset being set to an invalid value 2021-07-26 16:33:56 +09:00
TestSceneOsuScreenStack.cs Fix song select filters not reapplied if in a child screen 2019-12-10 02:30:23 +09:00