-
-
Notifications
You must be signed in to change notification settings - Fork 0
Card
Lasha Kandelaki edited this page Apr 27, 2026
·
3 revisions
Decorative container — Rectangle, Rounded, or Circle/Pill. Holds an optional image with 9-point alignment. Non-nesting display element.
🏗️ Work in progress.
Descriptor: app/widgets/card.py · Renders as CTkFrame on export
- Rectangle — locked at
0- Rounded — freely editable
- Circle/Pill — auto-locks to
min(W, H) / 2(square = circle, non-square = pill)
Off by default. Toggle to enable thickness + color.
Default:
#3f5c8a(slate indigo)
Card is not a nesting container — other widgets cannot be dropped inside. Layout manager rows (layout_type, spacing) are hidden in the Properties panel.
See also