]> git.saurik.com Git - winterboard.git/commitdiff
Set state machine to style /all/ label attempts.
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 11 Mar 2012 05:17:21 +0000 (05:17 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Sun, 11 Mar 2012 05:17:21 +0000 (05:17 +0000)
Library.mm

index fa606a8adbc92af6ba77999a2f9b1dc604b0a429..d45c023e8acb54b2195de4be1528dca480da9bc1 100644 (file)
@@ -1580,7 +1580,7 @@ MSInstanceMessage1(void, SBIconLabel, drawRect, CGRect, rect) {
 MSInstanceMessage0(CGImageRef, SBIconLabel, buildLabelImage) {
     bool docked((MSHookIvar<unsigned>(self, "_inDock") & 0x2) != 0);
 
-    WBStringDrawingState labelState = {NULL, 2, [NSString stringWithFormat:@""
+    WBStringDrawingState labelState = {NULL, 0, [NSString stringWithFormat:@""
         "color: %@;"
     ,
         (docked || !SummerBoard_ ? @"white" : @"#b3b3b3")