mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 00:29:53 +07:00
arc: change info window size in model selection
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
544f14589f
commit
1ab6d16be3
@ -197,7 +197,7 @@ function arcModel() {
|
||||
resp=$(cat ${TMP_PATH}/resp)
|
||||
PLATFORM="$(grep -w "${resp}" "${TMP_PATH}/modellist" | awk '{print $2}' | head -n 1)"
|
||||
dialog --backtitle "$(backtitle)" --colors \
|
||||
--title "Platform Info" --textbox "./informations/${PLATFORM}.yml" 15 80
|
||||
--title "Platform Info" --textbox "./informations/${PLATFORM}.yml" 70 80
|
||||
;;
|
||||
255) # ESC -> Exit
|
||||
return 1
|
||||
|
Loading…
Reference in New Issue
Block a user