We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4088b62 commit 255e03dCopy full SHA for 255e03d
Sources/LayoutAid/Height.swift
@@ -34,6 +34,6 @@ public struct Height: DimensionConstraintsGenerator {
34
self.relation = relation
35
self.constant = constant
36
self.secondAnchor = secondAnchor
37
- self.multiplier = 1
+ self.multiplier = multiplier
38
}
39
Sources/LayoutAid/Width.swift
@@ -34,6 +34,6 @@ public struct Width: DimensionConstraintsGenerator {
0 commit comments