remove unnecessary text
This commit is contained in:
parent
4a3dba109d
commit
7782563915
@ -476,8 +476,6 @@ impl App for MathApp {
|
||||
.resizable(false)
|
||||
.collapsible(false)
|
||||
.show(ctx, |ui| {
|
||||
ui.heading("Help With...");
|
||||
|
||||
ui.collapsing("Supported Expressions", |ui| {
|
||||
ui.label(&self.text.help_expr);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user