Make SC disclaimer smaller
Because there are now more controls.
This commit is contained in:
parent
6da8756e31
commit
29ebfbeef1
|
@ -94,9 +94,9 @@ pub(crate) fn create(
|
||||||
you use this in a project, make sure to bounce things to audio just in \
|
you use this in a project, make sure to bounce things to audio just in \
|
||||||
case they'll sound different later.",
|
case they'll sound different later.",
|
||||||
)
|
)
|
||||||
|
.font_size(15.0 * POINT_SCALE)
|
||||||
.left(Pixels(15.0))
|
.left(Pixels(15.0))
|
||||||
.right(Pixels(5.0))
|
.right(Pixels(5.0))
|
||||||
.top(Pixels(5.0))
|
|
||||||
.width(Stretch(1.0));
|
.width(Stretch(1.0));
|
||||||
})
|
})
|
||||||
.width(RIGHT_COLUMN_WIDTH)
|
.width(RIGHT_COLUMN_WIDTH)
|
||||||
|
|
Loading…
Reference in a new issue