mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
In Aristo 2, the token field tokens would always show the close button, and make a big space for it. This change makes it so that when the delete button, and the new disclosure button, are hidden, which is most of the time, the token doesn't look like it has a big empty hole on the right side.
15 lines
439 B
Plaintext
15 lines
439 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>CPApplicationDelegateClass</key>
|
|
<string>AppController</string>
|
|
<key>CPDefaultTheme</key>
|
|
<string>Aristo2</string>
|
|
<key>CPBundleName</key>
|
|
<string>CPTokenFieldTest</string>
|
|
<key>CPPrincipalClass</key>
|
|
<string>CPApplication</string>
|
|
</dict>
|
|
</plist>
|