From dd9cef862e566508e13ad71d0835971c88e32982 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 10 Apr 2018 11:03:17 +0100 Subject: [PATCH] Dialog dimensions --- src/freedombone-app-datserver | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/freedombone-app-datserver b/src/freedombone-app-datserver index 670eaca1..11d4cb9b 100755 --- a/src/freedombone-app-datserver +++ b/src/freedombone-app-datserver @@ -101,12 +101,12 @@ function datserver_configure_bootstraps { dialog --backtitle $"Freedombone Control Panel" \ --title $"dat bootstrap servers" \ --form $"Specify discovery and bootstrap servers:\\n" 14 68 6 \ - $"Discovery 1:" 1 1 "$DATSERVER_DISCOVERY1" 1 20 26 99 \ - $"Discovery 2:" 2 1 "$DATSERVER_DISCOVERY2" 2 20 26 99 \ - $"Bootstrap 1:" 3 1 "$DATSERVER_BOOTSTRAP1" 3 20 26 99 \ - $"Bootstrap 2:" 4 1 $"$DATSERVER_BOOTSTRAP2" 4 20 26 99 \ - $"Bootstrap 3:" 5 1 $"$DATSERVER_BOOTSTRAP3" 5 20 26 99 \ - $"Bootstrap 4:" 6 1 $"$DATSERVER_BOOTSTRAP4" 6 20 26 99 \ + $"Discovery 1:" 1 1 "$DATSERVER_DISCOVERY1" 1 15 50 99 \ + $"Discovery 2:" 2 1 "$DATSERVER_DISCOVERY2" 2 15 50 99 \ + $"Bootstrap 1:" 3 1 "$DATSERVER_BOOTSTRAP1" 3 15 50 99 \ + $"Bootstrap 2:" 4 1 $"$DATSERVER_BOOTSTRAP2" 4 15 50 99 \ + $"Bootstrap 3:" 5 1 $"$DATSERVER_BOOTSTRAP3" 5 15 50 99 \ + $"Bootstrap 4:" 6 1 $"$DATSERVER_BOOTSTRAP4" 6 15 50 99 \ 2> "$data" sel=$? case $sel in