mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 05:12:27 +00:00
decrease to 25
This commit is contained in:
parent
952fa159ba
commit
23f5d45307
|
@ -23,7 +23,7 @@ use ratatui::{
|
|||
};
|
||||
|
||||
const MIN_WIDTH: u16 = 100;
|
||||
const MIN_HEIGHT: u16 = 30;
|
||||
const MIN_HEIGHT: u16 = 25;
|
||||
const TITLE: &str = concat!("Linux Toolbox - ", env!("BUILD_DATE"));
|
||||
const ACTIONS_GUIDE: &str = "List of important tasks performed by commands' names:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user