mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-27 05:57:04 +00:00
In Chrome, a primary CPBox (showing the new recessed rounded corner look) had distorted and jagged edges in Chrome due to the clipping mask. This fix places the clipping mask on integer coordinates which seems to resolve the problem.
13 lines
363 B
Plaintext
13 lines
363 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>CPDefaultTheme</key>
|
|
<string>Aristo2</string>
|
|
<key>CPBundleName</key>
|
|
<string>CPBox</string>
|
|
</dict>
|
|
</plist>
|