diff options
-rw-r--r-- | MobileCydia.mm | 2 |
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_); |