]> git.saurik.com Git - cydia.git/commitdiff
Allow slightly wider text on source cells.
authorJay Freeman (saurik) <saurik@saurik.com>
Fri, 11 Mar 2011 06:46:31 +0000 (22:46 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Fri, 11 Mar 2011 06:46:31 +0000 (22:46 -0800)
MobileCydia.mm

index c2d6b5ea3277502cb5c5f0e191cd4ccba497f0c8..62aed8a17a054838f8f72ea0052a2246f17f3e6a 100644 (file)
@@ -8082,11 +8082,11 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
 
     if (!highlighted)
         UISetColor(Black_);
-    [origin_ drawAtPoint:CGPointMake(48, 8) forWidth:(width - 80) withFont:Font18Bold_ lineBreakMode:UILineBreakModeTailTruncation];
+    [origin_ drawAtPoint:CGPointMake(48, 8) forWidth:(width - 60) withFont:Font18Bold_ lineBreakMode:UILineBreakModeTailTruncation];
 
     if (!highlighted)
         UISetColor(Blue_);
-    [label_ drawAtPoint:CGPointMake(58, 29) forWidth:(width - 95) withFont:Font12_ lineBreakMode:UILineBreakModeTailTruncation];
+    [label_ drawAtPoint:CGPointMake(58, 29) forWidth:(width - 75) withFont:Font12_ lineBreakMode:UILineBreakModeTailTruncation];
 }
 
 @end