From b6bbf06170a00027dbe9733b540647e9bb30977c Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 22 Mar 2022 19:49:05 +0100 Subject: [PATCH] Fix Crisp label positioning --- plugins/crisp/src/editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/crisp/src/editor.rs b/plugins/crisp/src/editor.rs index 4d69f2c7..c6953e35 100644 --- a/plugins/crisp/src/editor.rs +++ b/plugins/crisp/src/editor.rs @@ -57,7 +57,7 @@ pub(crate) fn create( .child_top(Stretch(1.0)) .child_bottom(Pixels(0.0)) // 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| { // This looks better if it's flush at the top, and then we'll just add some padding