Left align edited text.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8308 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-12-12 17:13:05 +00:00
parent c332a68115
commit 96422627fd

View file

@ -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;