We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f6301 commit 3377627Copy full SHA for 3377627
figuro/common/nodes/basics.nim
@@ -68,34 +68,6 @@ type
68
fsJustifyItems
69
fsAlignItems
70
71
- FidgetConstraint* = enum
72
- cMin
73
- cMax
74
- cScale
75
- cStretch
76
- cCenter
77
-
78
- HAlign* = enum
79
- hLeft
80
- hCenter
81
- hRight
82
83
- VAlign* = enum
84
- vTop
85
- vCenter
86
- vBottom
87
88
- TextAutoResize* = enum
89
- ## Should text element resize and how.
90
- tsNone
91
- tsWidthAndHeight
92
- tsHeight
93
94
- BorderStyle* = object
95
- ## What kind of border.
96
- # color*: Color
97
- width*: float32
98
99
ShadowStyle* = enum
100
## Supports drop and inner shadows.
101
DropShadow
0 commit comments