mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Fix dancing icons in Saved Connections tree (#23534)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user