Sources/AquaKit/Controls and Views/AquaWindowResizeHandle.swift
···4455import AppKit
6677+// TODO: this needs to respect the window’s minimum size. This probably needs to be dealt with by adding a delegate to AquaDragHande.
88+79/// This can be added to a window’s bottom. See ``AquaDragHandle`` for usage.
810class AquaWindowResizeHandle: AquaDragHandle {
911 var cornerInset: CGFloat = 12