mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 17:20:38 +00:00
Use a much larger size for the field editor.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16866 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5d10d4ccbb
commit
3df30455f5
2 changed files with 6 additions and 1 deletions
|
@ -1752,7 +1752,7 @@ static NSColor *shadowCol;
|
|||
editor: (NSText*)textObject
|
||||
{
|
||||
NSRect titleRect = [self titleRectForBounds: aRect];
|
||||
NSSize maxSize = NSMakeSize(3000, titleRect.size.height);
|
||||
NSSize maxSize = NSMakeSize(1e8, titleRect.size.height);
|
||||
NSClipView *cv = [[NSClipView alloc]
|
||||
initWithFrame: titleRect];
|
||||
NSTextContainer *ct = [(NSTextView*)textObject textContainer];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue