From fa271a52b8796af23299c46855661db548f82e57 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Tue, 13 Aug 2019 01:21:42 +0200 Subject: [PATCH] lnd connect dialog remove size --- home.admin/97addMobileWalletLNDconnect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/97addMobileWalletLNDconnect.sh b/home.admin/97addMobileWalletLNDconnect.sh index 8346e79..c3f9267 100755 --- a/home.admin/97addMobileWalletLNDconnect.sh +++ b/home.admin/97addMobileWalletLNDconnect.sh @@ -139,7 +139,7 @@ whiptail --backtitle "Connecting Mobile Wallet" \ --title "Pairing by QR code" \ --yes-button "continue" \ --no-button "show QR code" \ - --yesno "${msg}" 20 65 + --yesno "${msg}" 18 65 if [ $? -eq 1 ]; then lndconnect --host=${host} --port=${port} echo "(To shrink QR code: OSX->CMD- / LINUX-> CTRL-) Press ENTER when finished."