summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-15 03:58:05 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-15 03:58:05 -0700
commite93fd095bb5265e57bc12b762e661ae29e6a8f1a (patch)
tree8a96e971a3ca0e1b95d9472870088daa18d7c092 /MobileCydia.mm
parent3a23d36e830367931450c8ed7c5d641c5b337d9a (diff)
Mild formatting changes to SourceCells.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm6
1 files changed, 3 insertions, 3 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index dde9846..2646549 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -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