Skip to content

Commit fe14001

Browse files
committed
Named Wrapped field.
1 parent 07e89bb commit fe14001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Nu/Nu/Render/RendererPrelude.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type [<Struct>] JustificationV =
3434
/// Justification (such as for text alignment).
3535
type Justification =
3636
| Justified of JustificationH * JustificationV
37-
| Unjustified of bool
37+
| Unjustified of Wrapped : bool
3838

3939
/// A mutable particle type.
4040
type [<Struct>] Particle =

0 commit comments

Comments
 (0)