From abc43f31704c20e297a42f497eb89e6c63e48195 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 12 Dec 2000 17:13:05 +0000 Subject: [PATCH] Left align edited text. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8308 72102866-910b-0410-8b05-ffd578937521 --- Source/NSFormCell.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/NSFormCell.m b/Source/NSFormCell.m index f8150f844..e727b8cd6 100644 --- a/Source/NSFormCell.m +++ b/Source/NSFormCell.m @@ -75,6 +75,7 @@ static NSColor *shadowCol; self = [super initTextCell: @""]; _cell.is_bezeled = YES; _cell.is_editable = YES; + [self setAlignment: NSLeftTextAlignment]; _titleCell = [[NSCell alloc] initTextCell: aString]; [_titleCell setAlignment: NSRightTextAlignment]; _formcell_auto_title_width = YES;