From: Jay Freeman (saurik) Date: Sat, 8 May 2010 14:31:37 +0000 (+0000) Subject: This is supposed to be five icon dock, not ten icon dock. X-Git-Tag: v0.9.3184^0 X-Git-Url: https://git.saurik.com/fiveicondock.git/commitdiff_plain/1714f15af4dd98c7f39d1d6aedc8230622c54803 This is supposed to be five icon dock, not ten icon dock. --- diff --git a/Tweak.mm b/Tweak.mm index 302701f..abe8c3a 100644 --- a/Tweak.mm +++ b/Tweak.mm @@ -18,7 +18,7 @@ MSInstanceMessageHook1(float, SBButtonBar, leftMarginForIconRowArray, NSArray *, } MSInstanceMessageHook0(int, SBButtonBar, maxIconColumns) { - return 10; + return 5; } static unsigned $SBButtonBar$count(SBButtonBar *self) { diff --git a/control b/control index bdcb0f8..9a50793 100644 --- a/control +++ b/control @@ -3,7 +3,7 @@ Priority: optional Section: Tweaks Maintainer: Jay Freeman (saurik) Architecture: iphoneos-arm -Version: 0.9.3175-2 +Version: 0.9.3184-1 Description: fits even more stuff right down there Name: Five Icon Dock Depends: mobilesubstrate (>= 0.9.3005-1), firmware (>= 2.2)