Skip to content

Commit 9b83276

Browse files
committedMar 24, 2025·
Doc: update description of dropshadow
1 parent d81eba1 commit 9b83276

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎doc/PACKS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ the final hierarchy looks something like this: `json root -> "tracker_default" -
545545
"item_size": "<horizontal>,<vertical>", // 3=default=32, 4=48, other TBD, 10+=size in pixels
546546
"item_h_alignment": "{left,right,center,stretch}", // align image inside item; PopTracker since 0.19.1
547547
"item_v_alignment": "{top,bottom,center,stretch}", // as above; stretch is not implemented for either
548-
"dropshadow": bool // enable/disable drop shadow, not implemented yet
548+
"dropshadow": bool // enable/disable drop shadow, only partially implemented
549549
}
550550

551551
**Type:**

‎schema/packs/layouts.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@
714714
]
715715
},
716716
"dropshadow": {
717-
"description": "Enable/disable drop shadow. Not implemented yet.",
717+
"description": "Enable/disable drop shadow. Only partially implemented.",
718718
"anyOf": [
719719
{
720720
"type": "boolean"

‎schema/packs/strict/layouts.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@
781781
]
782782
},
783783
"dropshadow": {
784-
"description": "Enable/disable drop shadow. Not implemented yet.",
784+
"description": "Enable/disable drop shadow. Only partially implemented.",
785785
"type": "boolean"
786786
},
787787
"margin": {

0 commit comments

Comments
 (0)
Please sign in to comment.