mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Fix incorrect comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6465 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
13ef454d9c
commit
efc1b3a0db
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-04-14 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSSliderCell.m: Fix stupid mistake in last mod.
|
||||
* Headers/AppKit/NSView.h: Fix incorrect comments about resize mask.
|
||||
|
||||
2000-04-13 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/NSApplication.m ([NSAppIconView -setImage:]): Remove
|
||||
|
|
|
@ -72,9 +72,9 @@ enum {
|
|||
NSViewMinXMargin = 1, // left margin between views can stretch
|
||||
NSViewWidthSizable = 2, // view's width can stretch
|
||||
NSViewMaxXMargin = 4, // right margin between views can stretch
|
||||
NSViewMinYMargin = 8, // top margin between views can stretch
|
||||
NSViewMinYMargin = 8, // bottom margin between views can stretch
|
||||
NSViewHeightSizable = 16, // view's height can stretch
|
||||
NSViewMaxYMargin = 32 // bottom margin between views can stretch
|
||||
NSViewMaxYMargin = 32 // top margin between views can stretch
|
||||
};
|
||||
|
||||
@interface NSView : NSResponder <NSCoding>
|
||||
|
|
Loading…
Reference in a new issue