Skip to content

Commit

Permalink
Use default spacing for find bar controls
Browse files Browse the repository at this point in the history
  • Loading branch information
jscipione committed Feb 11, 2013
1 parent 2d278e9 commit eaa6b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/webpositive/BrowserWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ BrowserWindow::BrowserWindow(BRect frame, SettingsMessage* appSettings,
fFindCaseSensitiveCheckBox = new BCheckBox(B_TRANSLATE("Match case"));
BGroupLayout* findGroup = BLayoutBuilder::Group<>(B_VERTICAL, 0.0)
.Add(new BSeparatorView(B_HORIZONTAL, B_PLAIN_BORDER))
.Add(BGroupLayoutBuilder(B_HORIZONTAL, kElementSpacing)
.Add(BGroupLayoutBuilder(B_HORIZONTAL, B_USE_DEFAULT_SPACING)
.Add(fFindCloseButton)
.Add(fFindTextControl)
.Add(fFindPreviousButton)
Expand Down

0 comments on commit eaa6b63

Please sign in to comment.