formatting
This commit is contained in:
parent
06f5940b92
commit
d3177d10a7
@ -547,7 +547,8 @@ impl epi::App for MathApp {
|
|||||||
.show_side_panel
|
.show_side_panel
|
||||||
.bitxor_assign(ctx.input().key_down(Key::H));
|
.bitxor_assign(ctx.input().key_down(Key::H));
|
||||||
|
|
||||||
ctx.set_fonts(ASSETS.fonts.clone()); // Initialize fonts
|
// Initialize fonts
|
||||||
|
ctx.set_fonts(ASSETS.fonts.clone());
|
||||||
|
|
||||||
// Creates Top bar that contains some general options
|
// Creates Top bar that contains some general options
|
||||||
TopBottomPanel::top("top_bar").show(ctx, |ui| {
|
TopBottomPanel::top("top_bar").show(ctx, |ui| {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user