pub const CONTAINER_WIDTH: i32 = 630;
pub const CONTAINER_HEIGHT: i32 = 440;
pub const CONFIG_EDITOR_HEIGHT: i32 = 300;
pub const LOG_TERMINAL_HEIGHT: i32 = 320;
pub const BUTTON_HEIGHT: i32 = 30;
pub const BUTTON_WIDTH: i32 = 140;
pub const LABEL_HEIGHT: i32 = 20;
pub const FLEX_SPACING: i32 = 10;