Skip to content

Commit

Permalink
Merge pull request facebookarchive#692 from Hout/fix-messagecontrolle…
Browse files Browse the repository at this point in the history
…r-background

Fix messagecontroller background
  • Loading branch information
jwang committed Nov 12, 2011
2 parents 889b14a + 1505fc7 commit 59ede0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Three20UI/Sources/TTMessageController.m
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ - (void)createFieldViews {
label.text = field.title;
label.font = TTSTYLEVAR(messageFont);
label.textColor = TTSTYLEVAR(messageFieldTextColor);
label.backgroundColor = TTSTYLEVAR(backgroundColor);
[label sizeToFit];
label.frame = CGRectInset(label.frame, -2, 0);
textField.leftView = label;
Expand Down

0 comments on commit 59ede0a

Please sign in to comment.