Skip to content

Commit 7202ce2

Browse files
committed
update gitignore
1 parent cdae4fb commit 7202ce2

File tree

2 files changed

+28
-8
lines changed

2 files changed

+28
-8
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
WP_SetBackgroundColor(Form:C1466.selection; wk transparent:K81:134)
2+
WP_GetBackgroundColor(Form:C1466.selection)

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

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@
529529
"FakeFocusFontColor": {
530530
"type": "picture",
531531
"top": 99,
532-
"left": 190,
532+
"left": 340,
533533
"width": 10,
534534
"height": 10,
535535
"pictureFormat": "scaled",
@@ -538,7 +538,7 @@
538538
"FakeFocusBackgroundColor": {
539539
"type": "picture",
540540
"top": 127,
541-
"left": 190,
541+
"left": 340,
542542
"width": 10,
543543
"height": 10,
544544
"visibility": "hidden",
@@ -548,7 +548,7 @@
548548
"FakeFocusUnderlineColor": {
549549
"type": "picture",
550550
"top": 303,
551-
"left": 230,
551+
"left": 380,
552552
"width": 10,
553553
"height": 10,
554554
"visibility": "hidden",
@@ -558,7 +558,7 @@
558558
"FakeFocusShadowColor": {
559559
"type": "picture",
560560
"top": 427,
561-
"left": 230,
561+
"left": 380,
562562
"width": 10,
563563
"height": 10,
564564
"visibility": "hidden",
@@ -695,7 +695,7 @@
695695
"FakeFocusLinethroughColor": {
696696
"type": "picture",
697697
"top": 235,
698-
"left": 230,
698+
"left": 380,
699699
"width": 10,
700700
"height": 10,
701701
"visibility": "hidden",
@@ -1057,6 +1057,24 @@
10571057
"textAlign": "center",
10581058
"text": ":xliff:AI"
10591059
},
1060+
"btnClearBackground": {
1061+
"type": "button",
1062+
"top": 121,
1063+
"left": 195,
1064+
"width": 24,
1065+
"height": 24,
1066+
"stroke": "#FF0000",
1067+
"focusable": false,
1068+
"icon": "/RESOURCES/Images/Sidebar/Clear_24.png",
1069+
"iconFrames": 4,
1070+
"style": "custom",
1071+
"popupPlacement": "none",
1072+
"method": "ObjectMethods/btnClearBackground.4dm",
1073+
"events": [
1074+
"onClick"
1075+
],
1076+
"text": ""
1077+
},
10601078
"background1": {
10611079
"type": "rectangle",
10621080
"top": 0,
@@ -1098,7 +1116,8 @@
10981116
"btn_InsertSH",
10991117
"btn_RemoveSH",
11001118
"fontLongName",
1101-
"btnAI"
1119+
"btnAI",
1120+
"btnClearBackground"
11021121
]
11031122
}
11041123
],
@@ -1108,7 +1127,6 @@
11081127
"views": {
11091128
"View 1": {},
11101129
"Frames": {
1111-
"visible": false,
11121130
"objects": [
11131131
"background"
11141132
]
@@ -1144,5 +1162,5 @@
11441162
"version": "1",
11451163
"kind": "form"
11461164
},
1147-
"geometryStamp": 1428
1165+
"geometryStamp": 1554
11481166
}

0 commit comments

Comments
 (0)