mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:40:47 +00:00
Tidy icon usage
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23630 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
660d729cfb
commit
9385b26884
6 changed files with 55 additions and 39 deletions
|
@ -252,7 +252,7 @@ static NSNotificationCenter *nc;
|
|||
appItem = (NSMenuItem *)[self itemWithTitle: title];
|
||||
|
||||
if (!ti)
|
||||
ti = [[NSImage imageNamed: @"GNUstep.tiff"] copy];
|
||||
ti = [[NSImage imageNamed: @"GNUstep"] copy];
|
||||
|
||||
[ti setScalesWhenResized: YES];
|
||||
[ti setSize: NSMakeSize(bar, bar)];
|
||||
|
@ -273,7 +273,7 @@ static NSNotificationCenter *nc;
|
|||
float bar = [NSMenuView menuBarHeight] - 4;
|
||||
|
||||
if (!ti)
|
||||
ti = [[NSImage imageNamed: @"GNUstep.tiff"] copy];
|
||||
ti = [[NSImage imageNamed: @"GNUstep"] copy];
|
||||
|
||||
[ti setScalesWhenResized: YES];
|
||||
[ti setSize: NSMakeSize(bar, bar)];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue