mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
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:
parent
c332a68115
commit
96422627fd
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue