Skip to content

Commit

Permalink
layouting
Browse files Browse the repository at this point in the history
  • Loading branch information
r0light committed Apr 17, 2024
1 parent 9bf0d58 commit a3f1d5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modeling/config/entityShapes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ const Endpoint = shapes.standard.Circle.define("qualityModel.Endpoint", {
textAnchor: "middle",
textVerticalAnchor: "middle",
textWrap: {
width: "150%",
width: "90%",
text: "Endpoint"
}
}
Expand Down Expand Up @@ -521,7 +521,7 @@ const ExternalEndpoint = shapes.standard.Circle.define("qualityModel.ExternalEnd
textAnchor: "middle",
textVerticalAnchor: "middle",
textWrap: {
width: "150%",
width: "90%",
text: "External Endpoint",
},
}
Expand Down
2 changes: 2 additions & 0 deletions src/modeling/config/entitySidebarShape.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ const SidebarEntityShapes = {
label: {
fontSize: 11,
textWrap: {
width: "115%",
text: "Endpoint",
}
}
Expand All @@ -134,6 +135,7 @@ const SidebarEntityShapes = {
label: {
fontSize: 11,
textWrap: {
width: "115%",
text: 'External Endpoint',
}
}
Expand Down

0 comments on commit a3f1d5b

Please sign in to comment.