Use default insets for inspector window as well.

This commit is contained in:
Rene Gollent
2013-05-05 13:34:07 -04:00
parent 2253368e6a
commit ab2e15ab8c
@@ -125,7 +125,7 @@ InspectorWindow::_Init()
textMenu->AddItem(item);
BLayoutBuilder::Group<>(this, B_VERTICAL)
.SetInsets(4.0f, 4.0f, 4.0f, 4.0f)
.SetInsets(B_USE_DEFAULT_SPACING)
.AddGroup(B_HORIZONTAL, 4.0f)
.Add(fAddressInput = new BTextControl("addrInput",
"Target Address:", "",