Adjust ObjectExplorer spacing to 25px (#886)

This commit is contained in:
Karl Burtram
2018-03-10 10:26:58 -08:00
committed by GitHub
parent 9dd3ec9179
commit e79e3bdf1d

View File

@@ -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.