mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Adjust ObjectExplorer spacing to 25px (#886)
This commit is contained in:
@@ -25,11 +25,11 @@ import { TreeNode } from 'sql/parts/registeredServer/common/treeNode';
|
|||||||
*/
|
*/
|
||||||
export class ServerTreeRenderer implements IRenderer {
|
export class ServerTreeRenderer implements IRenderer {
|
||||||
|
|
||||||
public static CONNECTION_HEIGHT = 28;
|
public static CONNECTION_HEIGHT = 25;
|
||||||
public static CONNECTION_GROUP_HEIGHT = 38;
|
public static CONNECTION_GROUP_HEIGHT = 38;
|
||||||
private static CONNECTION_TEMPLATE_ID = 'connectionProfile';
|
private static CONNECTION_TEMPLATE_ID = 'connectionProfile';
|
||||||
private static CONNECTION_GROUP_TEMPLATE_ID = 'connectionProfileGroup';
|
private static CONNECTION_GROUP_TEMPLATE_ID = 'connectionProfileGroup';
|
||||||
public static OBJECTEXPLORER_HEIGHT = 28;
|
public static OBJECTEXPLORER_HEIGHT = 25;
|
||||||
private static OBJECTEXPLORER_TEMPLATE_ID = 'objectExplorer';
|
private static OBJECTEXPLORER_TEMPLATE_ID = 'objectExplorer';
|
||||||
/**
|
/**
|
||||||
* _isCompact is used to render connections tiles with and without the action buttons.
|
* _isCompact is used to render connections tiles with and without the action buttons.
|
||||||
|
|||||||
Reference in New Issue
Block a user