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 07e89bb commit fe14001Copy full SHA for fe14001
Nu/Nu/Render/RendererPrelude.fs
@@ -34,7 +34,7 @@ type [<Struct>] JustificationV =
34
/// Justification (such as for text alignment).
35
type Justification =
36
| Justified of JustificationH * JustificationV
37
- | Unjustified of bool
+ | Unjustified of Wrapped : bool
38
39
/// A mutable particle type.
40
type [<Struct>] Particle =
0 commit comments