System Preferences doesn't wrap long name
System Preferences doesn't wrap long name
- Subject: System Preferences doesn't wrap long name
- From: bbpan <email@hidden>
- Date: Sat, 19 Jan 2002 23:30:14 -0800
I create a preference pane with a long name, LongNamePreference.
It is the only "other" preference pane loaded. The text under the icon
on the left side got cut off by the System Preferences window. According
to Inside Mac OS X: Preference Panes, I should create NSPrefPanIconLabel
for the label name which can have "\n" to split a long name between two
lines. I added NSPrefPaneIconLabel, but it didn't work. The name was
not splitted into two lines. Is this a known bug? I also
looked into the existing pref pane, i.e., Software Update and Universal
Access. There isn't NSPrefPaneIconLabel in Info.plist but there is
CFBundleName. The names are simply separated by space instead
of "\n". I tried that in my pref pane and it didn't work neither. So
does
anyone know how to resolve this problem?
Thanks.