Debugger: Fix insets in BreakConditionConfigWindow.

This commit is contained in:
Rene Gollent
2013-07-22 23:01:30 -04:00
parent a385c68ad7
commit 79a2f0c70c
@@ -275,8 +275,8 @@ BreakConditionConfigWindow::_Init()
{
fExceptionSettingsBox = new BBox("exceptionBox");
fExceptionSettingsBox->SetLabel("Exceptions");
fExceptionSettingsBox->AddChild(BLayoutBuilder::Group<>(B_VERTICAL,
B_USE_DEFAULT_SPACING)
fExceptionSettingsBox->AddChild(BLayoutBuilder::Group<>(B_VERTICAL)
.SetInsets(B_USE_DEFAULT_SPACING)
.Add(fExceptionThrown = new BCheckBox("exceptionThrown",
"Stop when an exception is thrown",
new BMessage(MSG_STOP_ON_THROWN_EXCEPTION_CHANGED)))