maps 1.10.1

Inspect, compare and align multiple grid maps in an intuitive & fast GUI
Documentation
1
2
3
4
5
6
7
8
pub const SPACE: f32 = 10.;
pub const ICON_SIZE: f32 = 20.;

/// Whether it's possible to fit our header panel into the window title bar.
/// This frees a bit of space and looks more elegant. Available only on macOS.
pub const CUSTOM_TITLEBAR_SUPPORTED: bool = cfg!(target_os = "macos");
/// Indentation to make room for window controls when a custom titlebar is used.
pub const HEADER_PANEL_INDENT: f32 = 75.; // 3 Mac buttons + padding