Skip to content

Commit

Permalink
Merge pull request #224 from Microsoft/users/arukhlin/misprint
Browse files Browse the repository at this point in the history
Misprint fixed
  • Loading branch information
AlexRukhlin authored Jun 26, 2017
2 parents 1f7d761 + 3ab1d6c commit a7b017d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public WorkspacesControl getWorkspacesControl() {
protected void hookAddToDialogArea(final Composite dialogArea) {
final GridLayout layout = new GridLayout();
layout.marginWidth = getHorizontalMargin();
layout.marginWidth = getVerticalMargin();
layout.marginHeight = getVerticalMargin();
layout.horizontalSpacing = getHorizontalSpacing();
layout.verticalSpacing = getVerticalSpacing();
dialogArea.setLayout(layout);
Expand Down

0 comments on commit a7b017d

Please sign in to comment.