mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 06:48:00 +01:00
#719 reduce dialog height
This commit is contained in:
parent
db327d5338
commit
cdb111b81c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ OPTIONS=(ZAP_IOS "Zap Wallet (iOS)" \
|
|||
ZEUS_ANDROID "Zeus Wallet (Android)"
|
||||
)
|
||||
|
||||
CHOICE=$(whiptail --clear --title "Choose Mobile Wallet" --menu "" 16 50 7 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||
CHOICE=$(whiptail --clear --title "Choose Mobile Wallet" --menu "" 13 50 7 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||
|
||||
./XXdisplayQRlcd_hide.sh
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue