]> git.saurik.com Git - cydia.git/commitdiff
Mild formatting changes to SourceCells.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 15 Mar 2011 10:58:05 +0000 (03:58 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 15 Mar 2011 10:58:05 +0000 (03:58 -0700)
MobileCydia.mm

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