PiP-Tool
PiP-Tool copied to clipboard
Minimum selection size
Is it possible to make the minimum size of the window a little smaller? I'm trying to make a pip window of my Spotify controls and the selection is almost twice the height.
PiP-Tool.Shared/Constants.cs
18 public static int MinCropperSize => 100;
PiP-Tool/ViewModels/PiPModeViewModel.cs
44 public const int MinSize = 100;