diff --git a/DockPhobiaAppIcon.pxd b/DockPhobiaAppIcon.pxd index 9056ed9..e6ddcb3 100644 Binary files a/DockPhobiaAppIcon.pxd and b/DockPhobiaAppIcon.pxd differ diff --git a/DockPhobiaPy/main.py b/DockPhobiaPy/main.py index 53af212..7b249cc 100644 --- a/DockPhobiaPy/main.py +++ b/DockPhobiaPy/main.py @@ -53,7 +53,7 @@ def getDockHeight(): dockHeight = fullHeight - visibleHeight percentage = (dockHeight / fullHeight) - return percentage+0.03 # increase size + return percentage+0.05 # increase size screenSize = getScreenSize() @@ -116,4 +116,4 @@ while True: dockSide = "left" #mouse is at right but bottom half - time.sleep(0.01) +# time.sleep(0.01)