Browse Source

Dialog dimensions

Bob Mottram 7 years ago
parent
commit
0d3a3c5b88
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      src/freedombone-app-datserver

+ 6
- 6
src/freedombone-app-datserver View File

@@ -101,12 +101,12 @@ function datserver_configure_bootstraps {
101 101
     dialog --backtitle $"Freedombone Control Panel" \
102 102
            --title $"dat bootstrap servers" \
103 103
            --form $"Specify discovery and bootstrap servers:\\n" 14 68 6 \
104
-           $"Discovery 1:" 1 1 "$DATSERVER_DISCOVERY1" 1 35 26 25 \
105
-           $"Discovery 2:" 2 1 "$DATSERVER_DISCOVERY2" 2 35 26 25 \
106
-           $"Bootstrap 1:" 3 1 "$DATSERVER_BOOTSTRAP1" 3 35 26 25 \
107
-           $"Bootstrap 2:" 4 1 $"$DATSERVER_BOOTSTRAP2" 4 35 4 25 \
108
-           $"Bootstrap 3:" 5 1 $"$DATSERVER_BOOTSTRAP3" 5 35 4 25 \
109
-           $"Bootstrap 4:" 6 1 $"$DATSERVER_BOOTSTRAP4" 6 35 4 25 \
104
+           $"Discovery 1:" 1 1 "$DATSERVER_DISCOVERY1" 1 20 26 99 \
105
+           $"Discovery 2:" 2 1 "$DATSERVER_DISCOVERY2" 2 20 26 99 \
106
+           $"Bootstrap 1:" 3 1 "$DATSERVER_BOOTSTRAP1" 3 20 26 99 \
107
+           $"Bootstrap 2:" 4 1 $"$DATSERVER_BOOTSTRAP2" 4 20 26 99 \
108
+           $"Bootstrap 3:" 5 1 $"$DATSERVER_BOOTSTRAP3" 5 20 26 99 \
109
+           $"Bootstrap 4:" 6 1 $"$DATSERVER_BOOTSTRAP4" 6 20 26 99 \
110 110
            2> "$data"
111 111
     sel=$?
112 112
     case $sel in