[sdc] 1710 rebase code

Change-Id: Icedeac71c0a9d27518969effcd5d5519de9955a6
Signed-off-by: Michael Lando <ml636r@att.com>
diff --git a/catalog-ui/src/app/utils/constants.ts b/catalog-ui/src/app/utils/constants.ts
index d239019..ffdf6fd 100644
--- a/catalog-ui/src/app/utils/constants.ts
+++ b/catalog-ui/src/app/utils/constants.ts
@@ -188,6 +188,10 @@
 }
 
 export class GraphUIObjects {
+    public static HANDLE_SIZE = 18; 
+    public static NODE_OVERLAP_MIN_SIZE = 30; 
+    public static DEFAULT_RESOURCE_WIDTH = 65;
+    public static SMALL_RESOURCE_WIDTH = 21;
     public static LINK_MENU_HEIGHT = 420;
     public static TOP_HEADER_HEIGHT = 200;
     public static TOOLTIP_OFFSET_X = 50;