mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-05 09:33:07 +00:00
fix: adjust menu dimensions and formatting in start-automaker.sh
- Increased MENU_BOX_WIDTH and MENU_INNER_WIDTH for better layout. - Updated printf statements in show_menu() for consistent spacing and alignment of menu options. - Enhanced exit option formatting for improved readability.
This commit is contained in:
@@ -15,8 +15,8 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
HISTORY_FILE="${HOME}/.automaker_launcher_history"
|
||||
MIN_TERM_WIDTH=70
|
||||
MIN_TERM_HEIGHT=20
|
||||
MENU_BOX_WIDTH=60
|
||||
MENU_INNER_WIDTH=58
|
||||
MENU_BOX_WIDTH=66
|
||||
MENU_INNER_WIDTH=64
|
||||
LOGO_WIDTH=52
|
||||
INPUT_TIMEOUT=30
|
||||
SELECTED_OPTION=1
|
||||
|
||||
Reference in New Issue
Block a user