From: Jay Freeman (saurik) Date: Thu, 6 May 2010 09:49:52 +0000 (+0000) Subject: Positioning adjustment. X-Git-Tag: v0.9.3900~18 X-Git-Url: https://git.saurik.com/winterboard.git/commitdiff_plain/c8fbf228103b7fdee930ce048a73dbff64aef99c Positioning adjustment. --- diff --git a/Library.mm b/Library.mm index af36b35..a24b70c 100644 --- a/Library.mm +++ b/Library.mm @@ -756,6 +756,7 @@ MSHook(id, SBUIController$init, SBUIController *self, SEL sel) { indirect = content; else { CGRect bounds([content bounds]); + bounds.origin.y = -30; indirect = [[[UIView alloc] initWithFrame:bounds] autorelease]; [content addSubview:indirect]; [indirect zoomToScale:2.4]; diff --git a/control b/control index 5d9fea3..f156db1 100644 --- a/control +++ b/control @@ -3,7 +3,7 @@ Priority: optional Section: System Maintainer: Jay Freeman (saurik) Architecture: iphoneos-arm -Version: 0.9.3179-1 +Version: 0.9.3181-1 Description: more powerful, open-source SummerBoard Name: WinterBoard Depends: mobilesubstrate (>= 0.9.2958-1), killall, preferenceloader, libhide (>= 2.0.4), findutils, net.howett.pincrush (>= 0.0.1-23) | pincrush