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