Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public void selectionChanged(SelectionChangedEvent event) {
setFilter();

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

// Open all the tree
contextTreeViewer.expandAll();
Expand Down
Loading