mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Halve drag box padding
Allows the drag box borders to collapse in on themselves to a single line if the drag selection has zero width or height.
This commit is contained in:
@ -136,7 +136,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
? DrawWidth / ScreenSpaceDrawQuad.Width * 2
|
||||
: DrawHeight / ScreenSpaceDrawQuad.Height * 2;
|
||||
|
||||
Padding = new MarginPadding(-lineThickness);
|
||||
Padding = new MarginPadding(-lineThickness / 2);
|
||||
|
||||
InternalChildren = new Drawable[]
|
||||
{
|
||||
|
Reference in New Issue
Block a user