mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 00:50:56 +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
cadf24988f
commit
abc43f3170
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ static NSColor *shadowCol;
|
||||||
self = [super initTextCell: @""];
|
self = [super initTextCell: @""];
|
||||||
_cell.is_bezeled = YES;
|
_cell.is_bezeled = YES;
|
||||||
_cell.is_editable = YES;
|
_cell.is_editable = YES;
|
||||||
|
[self setAlignment: NSLeftTextAlignment];
|
||||||
_titleCell = [[NSCell alloc] initTextCell: aString];
|
_titleCell = [[NSCell alloc] initTextCell: aString];
|
||||||
[_titleCell setAlignment: NSRightTextAlignment];
|
[_titleCell setAlignment: NSRightTextAlignment];
|
||||||
_formcell_auto_title_width = YES;
|
_formcell_auto_title_width = YES;
|
||||||
|
|
Loading…
Reference in a new issue