24.06.2011, 20:17
hallo leute, ich würde gerne die position der dock icon beschriftung ändern. hab es mit werten in der info.plist im theme ordner probiert aber die werte für die positionen werden nicht angenommen bzw. angewendet.
gibt es irgenwas besonderes zu beachten?
auszug aus der plist (hat nicht funktioniert)
<?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>BadgeStyle</key>
<string> color: #fefce7; ; position: absolute; top: -2px; left: 0px;</string>
<key>CalendarIconDateStyle</key>
<string> color: black; font-size: 30px; position: absolute; top: 0px; left: 0px;</string>
<key>CalendarIconDayStyle</key>
<string> color: black; font-size: 8px; position:absolute; margin-left: 0px; margin-top: 4px;</string>
<key>DockedIconLabelStyle</key>
<string>color: #c4c2c2; opacity: 1.0; font-size: 9px; position: absolute; top: >>den wert habe ich verändert<< px; left: >>den wert habe ich verändert<<;</string>
<key>UndockedIconLabelStyle</key>
<string>color: #c4c2c2; opacity: 1.0; font-size: 9px;</string>
</dict>
</plist>
gibt es irgenwas besonderes zu beachten?
auszug aus der plist (hat nicht funktioniert)
<?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>BadgeStyle</key>
<string> color: #fefce7; ; position: absolute; top: -2px; left: 0px;</string>
<key>CalendarIconDateStyle</key>
<string> color: black; font-size: 30px; position: absolute; top: 0px; left: 0px;</string>
<key>CalendarIconDayStyle</key>
<string> color: black; font-size: 8px; position:absolute; margin-left: 0px; margin-top: 4px;</string>
<key>DockedIconLabelStyle</key>
<string>color: #c4c2c2; opacity: 1.0; font-size: 9px; position: absolute; top: >>den wert habe ich verändert<< px; left: >>den wert habe ich verändert<<;</string>
<key>UndockedIconLabelStyle</key>
<string>color: #c4c2c2; opacity: 1.0; font-size: 9px;</string>
</dict>
</plist>