LionelJouin / PiP-Tool

PiP tool is a software to use the Picture in Picture mode on Windows. This feature allows you to watch content (video for example) in thumbnail format on the screen while continuing to use any other software on Windows.
MIT License
924 stars 79 forks source link

Minimum selection size #12

Open KuroiRoy opened 4 years ago

KuroiRoy commented 4 years ago

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

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