summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2013-09-30 04:23:39 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2013-09-30 04:23:39 -0700
commit6c1ec3c77ad3a240bd8b39879844488222f24d1f (patch)
tree7b5d9ea767c20014a8bbda69f9f176b91a8f71b3
parent5d0438dcf264f6cc3a783e774c4bdd4943ec012f (diff)
Fix text width of editing section cells on iOS 7.
-rw-r--r--MobileCydia.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index ef92bc4..661e402 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_);