diff --git a/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.ts b/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.ts index f3f1a660dc..a55c0208c3 100644 --- a/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.ts +++ b/src/sql/parts/registeredServer/viewlet/serverTreeRenderer.ts @@ -25,11 +25,11 @@ import { TreeNode } from 'sql/parts/registeredServer/common/treeNode'; */ export class ServerTreeRenderer implements IRenderer { - public static CONNECTION_HEIGHT = 28; + public static CONNECTION_HEIGHT = 25; public static CONNECTION_GROUP_HEIGHT = 38; private static CONNECTION_TEMPLATE_ID = 'connectionProfile'; private static CONNECTION_GROUP_TEMPLATE_ID = 'connectionProfileGroup'; - public static OBJECTEXPLORER_HEIGHT = 28; + public static OBJECTEXPLORER_HEIGHT = 25; private static OBJECTEXPLORER_TEMPLATE_ID = 'objectExplorer'; /** * _isCompact is used to render connections tiles with and without the action buttons.