Debugger: Fix insets in BreakConditionConfigWindow.
This commit is contained in:
@@ -275,8 +275,8 @@ BreakConditionConfigWindow::_Init()
|
|||||||
{
|
{
|
||||||
fExceptionSettingsBox = new BBox("exceptionBox");
|
fExceptionSettingsBox = new BBox("exceptionBox");
|
||||||
fExceptionSettingsBox->SetLabel("Exceptions");
|
fExceptionSettingsBox->SetLabel("Exceptions");
|
||||||
fExceptionSettingsBox->AddChild(BLayoutBuilder::Group<>(B_VERTICAL,
|
fExceptionSettingsBox->AddChild(BLayoutBuilder::Group<>(B_VERTICAL)
|
||||||
B_USE_DEFAULT_SPACING)
|
.SetInsets(B_USE_DEFAULT_SPACING)
|
||||||
.Add(fExceptionThrown = new BCheckBox("exceptionThrown",
|
.Add(fExceptionThrown = new BCheckBox("exceptionThrown",
|
||||||
"Stop when an exception is thrown",
|
"Stop when an exception is thrown",
|
||||||
new BMessage(MSG_STOP_ON_THROWN_EXCEPTION_CHANGED)))
|
new BMessage(MSG_STOP_ON_THROWN_EXCEPTION_CHANGED)))
|
||||||
|
|||||||
Reference in New Issue
Block a user