Spacing adjustments as suggested by Axel.

This commit is contained in:
Rene Gollent
2013-05-05 08:55:13 -04:00
parent 73eeef0a52
commit 447f975c88
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ PromptWindow::PromptWindow(const char* title, const char* label,
BButton* acceptButton = new BButton("Accept", new
BMessage(kAcceptInput));
BLayoutBuilder::Group<>(this, B_VERTICAL)
.SetInsets(4.0f, 4.0f, 4.0f, 4.0f)
.SetInsets(B_USE_DEFAULT_SPACING)
.Add(fInfoView)
.Add(fTextControl)
.AddGroup(B_HORIZONTAL)