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:
@@ -857,7 +857,7 @@ BTextControl::LayoutAlignment()
|
|||||||
|
|
||||||
_ValidateLayoutData();
|
_ValidateLayoutData();
|
||||||
return BLayoutUtils::ComposeAlignment(ExplicitAlignment(),
|
return BLayoutUtils::ComposeAlignment(ExplicitAlignment(),
|
||||||
BAlignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_UNSET));
|
BAlignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_CENTER));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user