Fixed default vertical alignment of BTextControl.
Courtesy of Rene who broke it a while back and remote controlled me on IRC to commit the fix...
This commit is contained in:
parent
46f7a54d8c
commit
be92485f65
@ -857,7 +857,7 @@ BTextControl::LayoutAlignment()
|
||||
|
||||
_ValidateLayoutData();
|
||||
return BLayoutUtils::ComposeAlignment(ExplicitAlignment(),
|
||||
BAlignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_UNSET));
|
||||
BAlignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_CENTER));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user