Change back to large toolbar on document.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26478 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2008-04-28 21:33:05 +00:00
parent c51b7b4e4b
commit 5ad1715061
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-04-28 17:31-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormDocument.m: Reinstate large toolbar on document.
2008-04-27 19:32-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* English.lproj/GormPalettePanel.gorm: Moved palette window to

View file

@ -341,7 +341,7 @@ static NSImage *fileImage = nil;
// set up the toolbar...
toolbar = [(NSToolbar *)[NSToolbar alloc] initWithIdentifier: @"GormToolbar"];
[toolbar setAllowsUserCustomization: NO];
[toolbar setSizeMode: NSToolbarSizeModeSmall];
// [toolbar setSizeMode: NSToolbarSizeModeSmall];
[toolbar setDelegate: self];
[window setToolbar: toolbar];
RELEASE(toolbar);