1
0
Fork 0

Fix Crisp label positioning

This commit is contained in:
Robbert van der Helm 2022-03-22 19:49:05 +01:00
parent 5e94ec7f1d
commit b6bbf06170

View file

@ -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