Skip to content

Commit

Permalink
More work on dark/light themes and toolbars
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisDrogoul committed Sep 12, 2021
1 parent 0ee4482 commit a029a49
Show file tree
Hide file tree
Showing 5 changed files with 290 additions and 81 deletions.
Expand Up @@ -416,7 +416,7 @@ public void createPartControl(final Composite compo) {

// Asking the editor to fill the rest
// final int style = GamaToolbarFactory.REDUCED_VIEW_TOOLBAR_HEIGHT.getValue() ? SWT.NONE : SWT.BORDER;
final var editor = new Composite(toolbarParent, SWT.BORDER);
final var editor = new Composite(toolbarParent, SWT.NONE);
final var data = new GridData(SWT.FILL, SWT.FILL, true, true);
editor.setLayoutData(data);
editor.setLayout(new FillLayout());
Expand Down

0 comments on commit a029a49

Please sign in to comment.