Increase Crisp editor width so all labels fit
This commit is contained in:
parent
f9446644aa
commit
4d64e300e4
|
@ -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> {
|
||||
EguiState::from_size(220, 330)
|
||||
EguiState::from_size(250, 350)
|
||||
}
|
||||
|
||||
pub fn create(
|
||||
|
|
Loading…
Reference in a new issue