make Help Window non-collapsible
This commit is contained in:
parent
74b7952cb5
commit
360c35f2e7
@ -189,6 +189,7 @@ impl epi::App for MathApp {
|
||||
.default_pos([200.0, 200.0])
|
||||
.open(&mut self.help_open)
|
||||
.resizable(false)
|
||||
.collapsible(false)
|
||||
.show(ctx, |ui| {
|
||||
ui.collapsing("Supported Expressions", |ui| {
|
||||
ui.label(HELP_EXPR);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user