mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
added Icon for the Music folder
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31731 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cdb08be089
commit
774ac5ba02
5 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
2010-12-14 Riccardo Mottola
|
||||
|
||||
* Source/NSWorkspace.m
|
||||
* Images/GNUmakefile
|
||||
* Images/common_MusicFolder.tiff
|
||||
Added icon for the Music folder.
|
||||
|
||||
2010-12-13 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/Additions/GNUstepGUI/GSLayoutManager_internal.h,
|
||||
|
|
|
@ -82,6 +82,7 @@ Images_RESOURCE_FILES = \
|
|||
common_MiniWindowTile.tiff \
|
||||
common_Miniaturize.tiff \
|
||||
common_MiniaturizeH.tiff \
|
||||
common_MusicFolder.tiff \
|
||||
common_Mount.tiff \
|
||||
common_Nibble.tiff \
|
||||
common_OpenHandCursor.tiff \
|
||||
|
|
BIN
Images/common_MusicFolder.tiff
Normal file
BIN
Images/common_MusicFolder.tiff
Normal file
Binary file not shown.
|
@ -62,8 +62,8 @@
|
|||
#import "GNUstepGUI/GSTitleView.h"
|
||||
|
||||
/* a border width of 5 gives a reasonable compromise between Cocoa metrics and looking good */
|
||||
/* 8.0 gives us the NeXT Look */
|
||||
#define COLOR_WELL_BORDER_WIDTH 8.0
|
||||
/* 7.0 gives us the NeXT Look (which is 8 pix wide including the shadow) */
|
||||
#define COLOR_WELL_BORDER_WIDTH 7.0
|
||||
|
||||
@interface NSTableView (Private)
|
||||
- (float *)_columnOrigins;
|
||||
|
|
|
@ -703,6 +703,7 @@ static NSString *_rootPath = @"/";
|
|||
|
||||
[folderPathIconDict setObject: @"HomeDirectory" forKey: NSHomeDirectory()];
|
||||
[folderPathIconDict setObject: @"ImageFolder" forKey: [NSHomeDirectory () stringByAppendingPathComponent: @"Images"]];
|
||||
[folderPathIconDict setObject: @"MusicFolder" forKey: [NSHomeDirectory () stringByAppendingPathComponent: @"Music"]];
|
||||
/* it would be nice to use different root icons... */
|
||||
[folderPathIconDict setObject: @"Root_PC" forKey: _rootPath];
|
||||
|
||||
|
|
Loading…
Reference in a new issue