Style fix.

This commit is contained in:
Rene Gollent 2013-07-05 08:44:24 -04:00
parent bd503ae4cf
commit 193c869185

View File

@ -177,7 +177,7 @@ BreakpointsView::_Init()
fRemoveBreakpointButton->SetMessage(new BMessage(MSG_CLEAR_BREAKPOINT));
fStopOnImageLoadCheckBox->SetMessage(new BMessage(MSG_STOP_ON_IMAGE_LOAD));
fStopOnImageLoadCheckBox->SetExplicitAlignment(BAlignment(
B_ALIGN_HORIZONTAL_UNSET, B_ALIGN_VERTICAL_CENTER));
B_ALIGN_HORIZONTAL_UNSET, B_ALIGN_VERTICAL_CENTER));
_UpdateButtons();
}