1 2 3 4 5
pub(super) const DIALOG_WIDTH: f32 = 860.0; pub(super) const DIALOG_HEIGHT: f32 = 560.0; pub(super) const SIDEBAR_WIDTH: f32 = 250.0; pub(super) const HEADER_HEIGHT: f32 = 52.0; pub(super) const CONTENT_PADDING: f32 = 24.0;