diff options
| author | Devin Teske <dteske@FreeBSD.org> | 2016-12-13 02:42:10 +0000 |
|---|---|---|
| committer | Devin Teske <dteske@FreeBSD.org> | 2016-12-13 02:42:10 +0000 |
| commit | b9f60aba8be6344309f61891d910106f2b01539b (patch) | |
| tree | 400afa19fd24efd652c09492c458e43a7de97612 /usr.sbin/bsdinstall/scripts | |
| parent | 9a46c67aedddd1b93b27e53893796c866e77ceee (diff) | |
Notes
Diffstat (limited to 'usr.sbin/bsdinstall/scripts')
| -rwxr-xr-x | usr.sbin/bsdinstall/scripts/wlanconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/bsdinstall/scripts/wlanconfig b/usr.sbin/bsdinstall/scripts/wlanconfig index 03b30cd4caaed..f2829d7d935bb 100755 --- a/usr.sbin/bsdinstall/scripts/wlanconfig +++ b/usr.sbin/bsdinstall/scripts/wlanconfig @@ -224,6 +224,8 @@ while :; do f_dialog_title "Network Selection" prompt="Select a wireless network to connect to." menu_list=$( echo $NETWORKS | tr '\n' ' ' ) + f_dialog_menu_size height width rows "$DIALOG_TITLE" \ + "$DIALOG_BACKTITLE" "$prompt" "" $menu_list NETWORK=$( eval $DIALOG \ --title \"\$DIALOG_TITLE\" \ --backtitle \"\$DIALOG_BACKTITLE\" \ |
