Use default spacing for inspector's groups too.
This commit is contained in:
parent
e28ba280de
commit
4efba5fd99
@ -126,7 +126,7 @@ InspectorWindow::_Init()
|
|||||||
|
|
||||||
BLayoutBuilder::Group<>(this, B_VERTICAL)
|
BLayoutBuilder::Group<>(this, B_VERTICAL)
|
||||||
.SetInsets(B_USE_DEFAULT_SPACING)
|
.SetInsets(B_USE_DEFAULT_SPACING)
|
||||||
.AddGroup(B_HORIZONTAL, 4.0f)
|
.AddGroup(B_HORIZONTAL)
|
||||||
.Add(fAddressInput = new BTextControl("addrInput",
|
.Add(fAddressInput = new BTextControl("addrInput",
|
||||||
"Target Address:", "",
|
"Target Address:", "",
|
||||||
new BMessage(MSG_INSPECT_ADDRESS)))
|
new BMessage(MSG_INSPECT_ADDRESS)))
|
||||||
@ -135,7 +135,7 @@ InspectorWindow::_Init()
|
|||||||
.Add(fNextBlockButton = new BButton("navNext", ">",
|
.Add(fNextBlockButton = new BButton("navNext", ">",
|
||||||
new BMessage(MSG_NAVIGATE_NEXT_BLOCK)))
|
new BMessage(MSG_NAVIGATE_NEXT_BLOCK)))
|
||||||
.End()
|
.End()
|
||||||
.AddGroup(B_HORIZONTAL, 4.0f)
|
.AddGroup(B_HORIZONTAL)
|
||||||
.Add(fHexMode = new BMenuField("hexMode", "Hex Mode:",
|
.Add(fHexMode = new BMenuField("hexMode", "Hex Mode:",
|
||||||
hexMenu))
|
hexMenu))
|
||||||
.AddGlue()
|
.AddGlue()
|
||||||
|
Loading…
Reference in New Issue
Block a user