]> git.saurik.com Git - cydia.git/blobdiff - Cydia.mm
Fix viewport issues with landscape and web document view's frame.y property becoming...
[cydia.git] / Cydia.mm
index a204e88709c786055ff15ee9a276638aaed1d057..01258df475993edbedaa1f5d1cd8f62e86fa9814 100644 (file)
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -5295,7 +5295,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
 
         if (special_ != NULL) {
             CGRect frame([document_ frame]);
-            frame.size.width = 320;
             frame.size.height = 0;
             [document_ setFrame:frame];