Skip to content
Snippets Groups Projects
Commit c1014229 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Fix misalignment between the current and upcoming objective

parent 910b17d0
No related branches found
No related tags found
1 merge request!7Dev Objectives: Fix layout in toolbar
......@@ -2,4 +2,4 @@ ApplicationActionBarAdvisor.java 3e7c0fd992586e6ca7724b871eb0b2cf59244028 GREEN
ApplicationWorkbenchAdvisor.java ef25d5783a4f75e88334fd679834a6e0421f8c2f GREEN
ApplicationWorkbenchWindowAdvisor.java da5cb38300b384579532c678fbc9faa961c2ca6b GREEN
CurrentObjectiveContributionItem.java ab53e877f1eb57f7904aed39f3c2d5ba8a6b74cd RED
UpcomingObjectiveContributionItem.java c4616313fc15b617fc47db2be180cd260ff90b8e RED
UpcomingObjectiveContributionItem.java 14429d4c748ad4c0dd0f87b0d194b300e6a5d9fd RED
......@@ -135,7 +135,6 @@ public class UpcomingObjectiveContributionItem extends WorkbenchWindowControlCon
composite = new SizedComposite(parent, SWT.NONE);
GridLayout layout = new GridLayout(3, false);
layout.marginWidth = 0;
layout.verticalSpacing = 0;
composite.setLayout(layout);
// Add a separator to the current objective combo.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment