Skip to content

Commit 918d7a7

Browse files
authored
dxDiagram - fix T1300857 (Distance in px is not displayed between shapes when leftExpr, topExpr, or key is specified) (DevExpress#30816)
1 parent 8b71075 commit 918d7a7

16 files changed

+31
-31
lines changed

apps/demos/data/diagram-employees.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"page": {
3-
"width": 8391,
4-
"height": 11907,
5-
"pageWidth": 8391,
6-
"pageHeight": 11906,
3+
"width": 8400,
4+
"height": 11910,
5+
"pageWidth": 8400,
6+
"pageHeight": 11910,
77
"pageLandscape": false,
88
"gridSize": 180,
99
"snapToGrid": true

apps/demos/data/diagram-flow.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"page": {
3-
"width": 8391,
4-
"height": 11907,
5-
"pageWidth": 8391,
6-
"pageHeight": 11906,
3+
"width": 8400,
4+
"height": 11910,
5+
"pageWidth": 8400,
6+
"pageHeight": 11910,
77
"pageLandscape": false,
88
"gridSize": 180,
99
"snapToGrid": true

apps/demos/data/diagram-hardware.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"page": {
3-
"width": 8391,
4-
"height": 11906,
3+
"width": 8400,
4+
"height": 11910,
55
"pageColor": "white",
6-
"pageWidth": 8391,
7-
"pageHeight": 11906,
6+
"pageWidth": 8400,
7+
"pageHeight": 11910,
88
"pageLandscape": false,
99
"gridSize": 180,
1010
"showGrid": true,

apps/demos/data/diagram-structure.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"page": {
3-
"width": 11906,
4-
"height": 8391,
3+
"width": 11910,
4+
"height": 8400,
55
"pageColor": "white",
6-
"pageWidth": 8391,
7-
"pageHeight": 11906,
6+
"pageWidth": 8400,
7+
"pageHeight": 11910,
88
"pageLandscape": true,
99
"units": 0
1010
},
-969 Bytes
Loading
-904 Bytes
Loading
13 Bytes
Loading
-6.11 KB
Loading
-6.18 KB
Loading
-6.36 KB
Loading

0 commit comments

Comments
 (0)