Fixed: textField in CPTextFieldTest doens't have a placeholder

This commit is contained in:
Alexandre Wilhelm
2014-06-19 21:05:06 -07:00
parent a129f2c5c5
commit 5d5d03fd4c
@@ -27,6 +27,7 @@
// It's a useful hook for setting up current UI values, and other things.
// In this case, we want the window from Cib to become our full browser window
[textField setPlaceholderString:@"I'm a nice placeholder"];
[theWindow setFullPlatformWindow:YES];
}