mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -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 {
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user