mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:57:39 +00:00
minor tool tip tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23751 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
21e2ff8447
commit
f17b3f5143
3 changed files with 5 additions and 1 deletions
|
@ -460,7 +460,7 @@ static NSMapTable *viewsMap = 0;
|
|||
NSMutableDictionary *attributes;
|
||||
|
||||
attributes = [NSMutableDictionary dictionary];
|
||||
[attributes setObject: [NSFont systemFontOfSize: 10.0]
|
||||
[attributes setObject: [NSFont toolTipsFontOfSize: 10.0]
|
||||
forKey: NSFontAttributeName];
|
||||
toolTipText =
|
||||
[[NSAttributedString alloc] initWithString: toolTipString
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue