Expander settings: Fix text control alignment.
This commit is contained in:
parent
cf5c715a4a
commit
07438277e7
@ -140,6 +140,9 @@ ExpanderPreferences::ExpanderPreferences(BMessage* settings)
|
||||
.SetInsets(kSpacing, kSpacing, kSpacing, kSpacing)
|
||||
.End();
|
||||
|
||||
fDestText->SetExplicitAlignment(
|
||||
BAlignment(B_ALIGN_HORIZONTAL_UNSET, B_ALIGN_VERTICAL_CENTER));
|
||||
|
||||
CenterOnScreen();
|
||||
|
||||
_ReadSettings();
|
||||
|
Loading…
Reference in New Issue
Block a user