Skip to content

Commit

Permalink
Expander settings: Fix text control alignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
anevilyak committed Jul 13, 2013
1 parent cf5c715 commit 0743827
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/apps/expander/ExpanderPreferences.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit 0743827

Please sign in to comment.