PiP-Tool icon indicating copy to clipboard operation
PiP-Tool copied to clipboard

Minimum selection size

Open KuroiRoy opened this issue 5 years ago • 1 comments

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.

image

KuroiRoy avatar Oct 21 '19 10:10 KuroiRoy

PiP-Tool.Shared/Constants.cs
18        public static int MinCropperSize => 100;
PiP-Tool/ViewModels/PiPModeViewModel.cs
44        public const int MinSize = 100;

r3sus avatar Nov 04 '20 12:11 r3sus