From e79e3bdf1d4685d31f68879ea8bb5abcee6f85aa Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Sat, 10 Mar 2018 10:26:58 -0800 Subject: [PATCH] Adjust ObjectExplorer spacing to 25px (#886) --- src/sql/parts/registeredServer/viewlet/serverTreeRenderer.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.