You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app.rs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ mod data_display_options;
16
16
17
17
constSPACE_BETWEEN_TABLES:f32 = 10.;
18
18
19
+
// TODO 3: Replace current setup with using resizable panels https://github.com/emilk/egui/blob/34db001db14940c948eb03d3fe87f2af2c45daba/crates/egui_demo_lib/src/demo/panels.rs#L26
20
+
19
21
#[derive(serde::Deserialize, serde::Serialize)]
20
22
#[serde(default)]// if we add new fields, give them default values when deserializing old state
0 commit comments