1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-17 23:02:55 +08:00
osu-lazer/osu.Game/Graphics
Bartłomiej Dach 29418226c0
Do not add checkbox padding to the left of menu items if no item actually needs it
RFC. As per
https://discord.com/channels/188630481301012481/188630652340404224/1291346164976980009.

The diff is extremely dumb but I tried a few smarter methods and they're
either not fully correct or don't work. Primary problem is that menu
items are mutable externally and there's no hook provided by the
framework to know that items changed. One could probably be made but I'd
prefer that this change be examined visually first before I engage in
too much ceremony and start changing framework around.
2024-10-03 15:36:53 +02:00
..
Backgrounds Remove unused using statements 2024-01-26 00:39:29 +09:00
Containers Fix click sounds playing twice on OsuRearrangeableListItem 2024-08-01 18:18:00 -07:00
Cursor Merge pull request #29279 from normalid-awa/bugfix/editor/delete-operation-wont-close-the-menu 2024-08-07 13:25:13 +02:00
OpenGL/Vertices Automated pass 2023-06-24 01:00:03 +09:00
Sprites Decouple GlowingDrawable from GlowingSpriteText 2024-03-31 01:44:54 +03:00
UserInterface Do not add checkbox padding to the left of menu items if no item actually needs it 2024-10-03 15:36:53 +02:00
UserInterfaceV2 Fix text in FormFileSelector bleeding through the border 2024-09-28 22:37:16 +03:00
DateTooltip.cs Automated pass 2023-06-24 01:00:03 +09:00
DrawableDate.cs Automated pass 2023-06-24 01:00:03 +09:00
ErrorTextFlowContainer.cs Manual fixes to reduce warnings to zero 2023-06-24 01:52:53 +09:00
HSPAColour.cs Fix HSPAColour.ToColour not being pure 2022-11-06 23:35:51 +09:00
IHasAccentColour.cs Automated pass 2023-06-24 01:00:03 +09:00
InputBlockingContainer.cs Partial everything 2022-11-27 00:00:27 +09:00
OsuColour.cs Update F rank badge colours to match latest designs 2024-03-04 14:47:49 +01:00
OsuFont.cs Add description for torus alt 2022-12-03 23:42:16 +03:00
OsuIcon.cs Add button to access daily challenge playlist from main menu 2024-05-17 11:15:52 +02:00
ParticleExplosion.cs Automated pass 2023-06-24 01:00:03 +09:00
ParticleSpewer.cs Update HasFlag usages 2024-07-03 00:19:04 +09:00
ScreenshotManager.cs Refactor crop logic slightly 2024-01-25 14:30:26 +09:00