Skip to content

Commit

Permalink
Screenshot: default space between buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jscipione committed Mar 31, 2016
1 parent bcd52c6 commit 63fd7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/screenshot/ScreenshotWindow.cpp
Expand Up @@ -229,7 +229,7 @@ ScreenshotWindow::ScreenshotWindow(const Utility& utility, bool silent,
.End()
.End()
.Add(new BSeparatorView(B_HORIZONTAL))
.AddGroup(B_HORIZONTAL, 0)
.AddGroup(B_HORIZONTAL)
.SetInsets(B_USE_WINDOW_SPACING, B_USE_DEFAULT_SPACING,
B_USE_WINDOW_SPACING, B_USE_WINDOW_SPACING)
.Add(new BButton("", B_TRANSLATE("Copy to clipboard"),
Expand Down

0 comments on commit 63fd7a2

Please sign in to comment.