Fix Crisp label positioning
This commit is contained in:
parent
5e94ec7f1d
commit
b6bbf06170
|
@ -57,7 +57,7 @@ pub(crate) fn create(
|
||||||
.child_top(Stretch(1.0))
|
.child_top(Stretch(1.0))
|
||||||
.child_bottom(Pixels(0.0))
|
.child_bottom(Pixels(0.0))
|
||||||
// Make this more or less align with the parameters column
|
// Make this more or less align with the parameters column
|
||||||
.right(Percentage(14.0));
|
.right(Pixels(67.0));
|
||||||
|
|
||||||
ScrollView::new(cx, 0.0, 0.0, false, true, |cx| {
|
ScrollView::new(cx, 0.0, 0.0, false, true, |cx| {
|
||||||
// This looks better if it's flush at the top, and then we'll just add some padding
|
// This looks better if it's flush at the top, and then we'll just add some padding
|
||||||
|
|
Loading…
Reference in a new issue