1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-16 04:57:27 +08:00
osu-lazer/osu.Game/Screens/Edit/Components/Menus
Bartłomiej Dach 2ceedb0f93
Fix editor menus overflowing off screen
Closes https://github.com/ppy/osu/issues/28750.

Yes this is not the perfect change to fix this (which would probably be
some framework change to take bounds of the parenting input manager into
account). I really do not want to go there and would like to just fix
this locally and move on. Due to the game-wide scaling container this
sorta works for any resolution anyhow.
2024-07-08 11:05:39 +02:00
..
DifficultyMenuItem.cs useless #nullable disable 2022-10-24 23:17:28 +09:00
EditorMenuBar.cs Fix editor menus overflowing off screen 2024-07-08 11:05:39 +02:00
EditorMenuItem.cs Remove text padding in editor menu for now 2023-01-15 14:40:53 +03:00
EditorScreenSwitcherControl.cs Adjust editor screen switcher control design and behaviour 2024-03-07 08:20:46 +03:00