mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
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:
parent
c51b7b4e4b
commit
5ad1715061
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue