mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:07:39 +00:00
Use enum value NSLayoutPriorityRequired instead of literal
This commit is contained in:
parent
58b82dc39a
commit
59b7d8cfca
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ static NSNotificationCenter *nc = nil;
|
|||
attribute: attr2
|
||||
multiplier: mult
|
||||
constant: c
|
||||
priority: 1000.0];
|
||||
priority: NSLayoutPriorityRequired];
|
||||
|
||||
AUTORELEASE(constraint);
|
||||
return constraint;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue