mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
Previously, the update of the style of an editing textField didn't work. Now when editing, we can update the font, color, alignment and vertical-alignment of the textField Test app in Tests/Manual/CPTextFieldEditingStyleTest/ Fixed #2057
15 lines
496 B
Plaintext
15 lines
496 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>Main cib file base name</key>
|
|
<string>MainMenu.cib</string>
|
|
<key>CPBundleName</key>
|
|
<string>CPTextFieldEditingStyleTest</string>
|
|
<key>CPBundleVersion</key>
|
|
<string>1.0</string>
|
|
<key>CPHumanReadableCopyright</key>
|
|
<string>Copyright © 2014, Your Company All rights reserved.</string>
|
|
</dict>
|
|
</plist>
|