Merge pull request #6539 from SimonBrandner/feature/increase-anim-speed/18371

Increase PiP snapping speed
pull/21833/head
Dariusz Niemczyk 2021-08-04 16:02:47 +02:00 committed by GitHub
commit dc88686f9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ const PIP_VIEW_WIDTH = 336;
const PIP_VIEW_HEIGHT = 232;
const MOVING_AMT = 0.2;
const SNAPPING_AMT = 0.05;
const SNAPPING_AMT = 0.1;
const PADDING = {
top: 58,