Skip to content

Commit

Permalink
Attribute change to improve toolbar layout on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cade Cairns committed Jun 21, 2011
1 parent 0179b59 commit ce04b0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private Label createStatusLabel() {
}

private ToolBar createToolbar() {
final ToolBar toolBar = new ToolBar(this, SWT.FLAT);
final ToolBar toolBar = new ToolBar(this, SWT.RIGHT);

viewerMenu = new Menu(getShell(), SWT.POP_UP);
final ToolItem item = new ToolItem(toolBar, SWT.DROP_DOWN);
Expand Down

0 comments on commit ce04b0b

Please sign in to comment.