Fix dancing icons in Saved Connections tree (#23534)

This commit is contained in:
Cheena Malhotra
2023-06-28 22:34:24 -07:00
committed by GitHub
parent dec81143bc
commit 95db36dd96

View File

@@ -181,7 +181,7 @@ export class ConnectionBrowserView extends Disposable implements IPanelView {
{
identityProvider: new IdentityProvider(),
horizontalScrolling: false,
setRowLineHeight: false,
setRowLineHeight: true,
transformOptimization: false,
accessibilityProvider: new ListAccessibilityProvider()
}) as WorkbenchAsyncDataTree<TreeModel, TreeElement>);
@@ -312,7 +312,7 @@ class ConnectionDialogTreeProviderElement {
class ListDelegate implements IListVirtualDelegate<TreeElement> {
getHeight(): number {
return 22;
return 23;
}
getTemplateId(element: TreeElement): string {