//! Layout constants for profile modal UI dimensions.
//!
//! These constants are defined here so that both the root crate (`par-term`)
//! and the `par-term-settings-ui` sub-crate can reference the same values
//! without duplicating magic numbers.
/// Minimum width for the profile icon picker widget.
pub const PROFILE_ICON_PICKER_MIN_WIDTH: f32 = 280.0;
/// Maximum height for the profile icon picker widget.
pub const PROFILE_ICON_PICKER_MAX_HEIGHT: f32 = 300.0;