From 4d64e300e48db10788cdb8b46def2a9fda0e6aba Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 9 Mar 2022 15:21:41 +0100 Subject: [PATCH] Increase Crisp editor width so all labels fit --- 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 b7dc029b..f1ae3c7a 100644 --- a/plugins/crisp/src/editor.rs +++ b/plugins/crisp/src/editor.rs @@ -24,7 +24,7 @@ use crate::CrispParams; // Makes sense to also define this here, makes it a bit easier to keep track of pub fn default_state() -> Arc { - EguiState::from_size(220, 330) + EguiState::from_size(250, 350) } pub fn create(