]> git.saurik.com Git - fiveicondock.git/blobdiff - Tweak.mm
Fixed conflict with FiveIRows.
[fiveicondock.git] / Tweak.mm
index ad2f26f174c56f6a8bde17e740b72381f4855b5d..fe8e45c12d116b5c2c4e66722c6aa7ae19f6ac57 100644 (file)
--- a/Tweak.mm
+++ b/Tweak.mm
@@ -32,7 +32,7 @@ MSHook(void, SBIcon$setOrigin$, SBIcon *self, SEL sel, CGPoint origin) {
     unsigned count(origin.y);
     //NSLog(@"C:%u=(%f,%f)", count, origin.x, origin.y);
 
-    if (count < 90 && count > 40)
+    if (count < 70 && count > 40)
         origin.x = 256;
     else if (count > 10 || count < 0)
         goto set;