Skip to content

Commit 51d861a

Browse files
committed
ACI0105555 bug fix
1 parent f1eccfc commit 51d861a

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

Project/Sources/Forms/WP_Palette/form.4DForm

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -448,20 +448,6 @@
448448
"stroke": "transparent",
449449
"borderRadius": 0
450450
},
451-
"Text": {
452-
"type": "text",
453-
"top": 20,
454-
"left": 10,
455-
"width": 60,
456-
"height": 630,
457-
"visibility": "hidden",
458-
"stroke": "#AAAAAA",
459-
"textAlign": "right",
460-
"fontFamily": ".Helvetica Neue DeskInterface",
461-
"fontSize": 50,
462-
"textAngle": 270,
463-
"text": "4D WritePro Widget"
464-
},
465451
"PaletteSubform": {
466452
"type": "subform",
467453
"top": 30,
@@ -484,6 +470,20 @@
484470
"scrollbarHorizontal": "hidden",
485471
"sizingX": "grow",
486472
"sizingY": "grow"
473+
},
474+
"Text": {
475+
"type": "text",
476+
"top": 20,
477+
"left": 10,
478+
"width": 60,
479+
"height": 630,
480+
"visibility": "hidden",
481+
"stroke": "#AAAAAA",
482+
"textAlign": "right",
483+
"fontFamily": ".Helvetica Neue DeskInterface",
484+
"fontSize": 50,
485+
"textAngle": 270,
486+
"text": "4D WritePro Widget"
487487
}
488488
}
489489
}
@@ -514,5 +514,5 @@
514514
}
515515
}
516516
},
517-
"geometryStamp": 538
517+
"geometryStamp": 546
518518
}

Project/Sources/Forms/WP_Palette_Fonts/form.4DForm

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,17 +1057,6 @@
10571057
"textAlign": "center",
10581058
"text": ":xliff:AI"
10591059
},
1060-
"background1": {
1061-
"type": "rectangle",
1062-
"top": 0,
1063-
"left": 0,
1064-
"width": 260,
1065-
"height": 620,
1066-
"visibility": "hidden",
1067-
"fill": "#CBCBCB",
1068-
"stroke": "transparent",
1069-
"borderRadius": 8
1070-
},
10711060
"btnClearBackground": {
10721061
"type": "button",
10731062
"top": 121,
@@ -1085,6 +1074,17 @@
10851074
"onClick"
10861075
],
10871076
"text": ""
1077+
},
1078+
"background1": {
1079+
"type": "rectangle",
1080+
"top": 0,
1081+
"left": 0,
1082+
"width": 260,
1083+
"height": 620,
1084+
"visibility": "hidden",
1085+
"fill": "#CBCBCB",
1086+
"stroke": "transparent",
1087+
"borderRadius": 8
10881088
}
10891089
},
10901090
"entryOrder": [

0 commit comments

Comments
 (0)