mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Correction for Report #3270
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17519 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4a57ded4ae
commit
066c79a723
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-08-23 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Palettes/Containers/main.m: added height resize flag
|
||||
to TextView prototype to correct bug #3270
|
||||
|
||||
2003-08-23 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormDocument.[hm]: Made selectClassWithObject public.
|
||||
|
|
|
@ -226,7 +226,7 @@ int defaultDateFormatIndex = 3;
|
|||
[tv setMaxSize: NSMakeSize(1.0E7,1.0E7)];
|
||||
[tv setHorizontallyResizable: NO];
|
||||
[tv setVerticallyResizable: YES];
|
||||
[tv setAutoresizingMask: NSViewWidthSizable];
|
||||
[tv setAutoresizingMask: NSViewHeightSizable | NSViewWidthSizable];
|
||||
[tv setSelectable: YES];
|
||||
[tv setEditable: YES];
|
||||
[tv setRichText: YES];
|
||||
|
|
Loading…
Reference in a new issue