From: Jay Freeman (saurik) Date: Mon, 30 Sep 2013 11:23:39 +0000 (-0700) Subject: Fix text width of editing section cells on iOS 7. X-Git-Tag: v1.1.9~24 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/6c1ec3c77ad3a240bd8b39879844488222f24d1f Fix text width of editing section cells on iOS 7. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index ef92bc45..661e402d 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -5839,7 +5839,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { float width(rect.size.width); if (editing_) - width -= 87; + width -= 9 + [switch_ frame].size.width; if (!highlighted) UISetColor(Black_);