Expander settings: Fix text control alignment.

This commit is contained in:
Rene Gollent
2013-07-13 11:12:45 -04:00
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();