par-term-config 0.11.0

Configuration system for par-term terminal emulator
Documentation
1
2
3
4
5
6
7
8
9
10
//! 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;