- sizerLeft->Add( CreateSizerWithTextAndLabel( wxT("&Month"), DatePickerPage_Month , &m_month ),
- wxALL | wxALIGN_LEFT , 5 );
+ sizerLeft->Add( CreateSizerWithTextAndLabel( wxT("&Month:"), DatePickerPage_Month , &m_month ),
+ 0, wxALL | wxALIGN_RIGHT , 5 );