}
static float $SBButtonBar$topIconPadding(SBButtonBar *self, SEL sel) {
- return $SBButtonBar$count(self);
+ return 313370 + $SBButtonBar$count(self);
}
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 < 313370)
+ goto set;
+ count -= 313370;
- if (count < 45 && count > 40)
+ if (count > 40)
origin.x = 256;
else if (count > 10 || count < 0)
goto set;
Section: Tweaks
Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
Architecture: iphoneos-arm
-Version: 0.9.2968-1
+Version: 0.9.2978-1
Description: fits even more stuff right down there
Name: Five Icon Dock
Depends: mobilesubstrate (>= 0.9.2555-1)