Updated ExampleProject

This commit is contained in:
Justin Spahr-Summers
2012-07-27 16:15:19 -07:00
parent ce1fef3530
commit 53cadadeeb
3 changed files with 7 additions and 7 deletions
@@ -40,7 +40,7 @@
[textField.cell setScrollable:YES];
self.textFieldContainer = [[TUIViewNSViewContainer alloc] initWithNSView:textField];
self.textFieldContainer.backgroundColor = [TUIColor blueColor];
self.textFieldContainer.backgroundColor = [NSColor blueColor];
[self addSubview:self.textFieldContainer];
}
return self;