Increase dragging dead zone (#7416)
This commit is contained in:
@@ -210,7 +210,8 @@ namespace Content.Client.Actions.UI
|
||||
_slots[i] = slot;
|
||||
}
|
||||
|
||||
DragDropHelper = new DragDropHelper<ActionSlot>(OnBeginActionDrag, OnContinueActionDrag, OnEndActionDrag, DragDeadZone);
|
||||
DragDropHelper = new DragDropHelper<ActionSlot>(OnBeginActionDrag, OnContinueActionDrag, OnEndActionDrag);
|
||||
DragDropHelper.Deadzone = DragDeadZone;
|
||||
|
||||
MinSize = (10, 400);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user