Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Sep 20, 2018
1 parent eadda7c commit b1dd70f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/vs/workbench/parts/preferences/browser/settingsTree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -784,8 +784,10 @@ export class SettingsRenderer implements ITreeRenderer {
DOM.EventHelper.stop(e);
}));


checkbox.domNode.classList.add(SettingsRenderer.CONTROL_CLASS);
const toolbar = this.renderSettingToolbar(container);
const toolbarContainer = DOM.append(container, $('.setting-toolbar-container'));
const toolbar = this.renderSettingToolbar(toolbarContainer);
toDispose.push(toolbar);

const template: ISettingBoolItemTemplate = {
Expand Down

0 comments on commit b1dd70f

Please sign in to comment.