mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Improve sash setting description
This commit is contained in:
@@ -26,7 +26,7 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration)
|
||||
'default': isIPad ? maxSize : minSize,
|
||||
'minimum': minSize,
|
||||
'maximum': maxSize,
|
||||
'description': localize('sashSize', "Controls the size of the sash.")
|
||||
'description': localize('sashSize', "Controls the feedback area size in pixels of the dragging area in between views/editors. Set it to a larger value if you feel it's hard to resize views using the mouse.")
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user