major cleanups

This commit is contained in:
Simon Gardling
2023-03-23 22:52:01 -04:00
parent f8a1297857
commit cce932400a
8 changed files with 37 additions and 43 deletions

View File

@@ -14,6 +14,8 @@ pub const BUILD_INFO: &str = formatc!(
&build::RUST_VERSION[6..],
);
pub const FONT_SIZE: f32 = 14.0;
// Default values
/// Default minimum X value to display
pub const DEFAULT_MIN_X: f64 = -10.0;