Skip to content

Commit

Permalink
Tweak min/max values
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Nov 5, 2024
1 parent 70f1cbd commit b211f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vs/workbench/browser/workbench.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
'type': 'number',
'description': localize('workbench.quickOpen.relativeWidth', "Controls the width of Quick Open relative to the total window width."),
'default': 0.62,
'minimum': 0.1,
'maximum': 1.0
'minimum': 0.5,
'maximum': 0.9
},
'workbench.settings.openDefaultSettings': {
'type': 'boolean',
Expand Down

0 comments on commit b211f03

Please sign in to comment.