Reduce height
This commit is contained in:
parent
1dab45d633
commit
592d6c0a19
|
@ -555,7 +555,7 @@ function format_drive {
|
||||||
trap "rm -f $data" 0 1 2 5 15
|
trap "rm -f $data" 0 1 2 5 15
|
||||||
dialog --backtitle "Freedombone Control Panel" \
|
dialog --backtitle "Freedombone Control Panel" \
|
||||||
--title "Format a USB drive (LUKS encrypted)" \
|
--title "Format a USB drive (LUKS encrypted)" \
|
||||||
--radiolist "Choose a drive:" 14 70 5 \
|
--radiolist "Choose a drive:" 12 70 5 \
|
||||||
1 "sda (Beaglebone Black)" off \
|
1 "sda (Beaglebone Black)" off \
|
||||||
2 "sdb" off \
|
2 "sdb" off \
|
||||||
3 "sdc" off \
|
3 "sdc" off \
|
||||||
|
|
Loading…
Reference in New Issue