Skip to content

Commit 7831499

Browse files
eclipse-pde-botlaeubi
authored andcommitted
Perform clean code of ui/org.eclipse.pde.spy.context
1 parent e1aa89e commit 7831499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/org.eclipse.pde.spy.context/src/org/eclipse/pde/spy/context/ContextSpyPart.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public void selectionChanged(SelectionChangedEvent event) {
197197
setFilter();
198198

199199
// Set the correct weight for SashForm
200-
sashForm.setWeights(new int[] { 35, 65 });
200+
sashForm.setWeights(35, 65);
201201

202202
// Open all the tree
203203
contextTreeViewer.expandAll();

0 commit comments

Comments
 (0)