diff --git a/frontendVue3/src/classes/constants.js b/frontendVue3/src/classes/constants.js index c6d8972f..623dc91f 100644 --- a/frontendVue3/src/classes/constants.js +++ b/frontendVue3/src/classes/constants.js @@ -3,6 +3,8 @@ export const SVG_MARGIN = {top: 20, right: 90, bottom: 20, left: 90}; export const RECT_MARGIN = {right: 8, left: 8}; export const RECT_HEIGHT = 35; +export const TRIANGLE_HORIZONTAL_ROTATION=270; +export const TRIANGLE_BORDER_OFFSET=11; export const MONOSPACE_HEIGHT_WIDTH_FACTOR = 0.6; export const MANDATORY_CIRCLE_RADIUS = 6; export const GROUP_SEGMENT_RADIUS = 25; // Radius of the segment that represents the 'alt' and 'and' groups. diff --git a/frontendVue3/src/components/FeatureModel/FeatureModelTree.vue b/frontendVue3/src/components/FeatureModel/FeatureModelTree.vue index 502d5fdc..1c281271 100644 --- a/frontendVue3/src/components/FeatureModel/FeatureModelTree.vue +++ b/frontendVue3/src/components/FeatureModel/FeatureModelTree.vue @@ -1,5 +1,5 @@