Skip to content

Commit 3377627

Browse files
committed
cleanup
1 parent 64f6301 commit 3377627

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

figuro/common/nodes/basics.nim

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -68,34 +68,6 @@ type
6868
fsJustifyItems
6969
fsAlignItems
7070

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-
9971
ShadowStyle* = enum
10072
## Supports drop and inner shadows.
10173
DropShadow

0 commit comments

Comments
 (0)