Ver código fonte

Reduce height

Bob Mottram 9 anos atrás
pai
commit
592d6c0a19
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel Ver arquivo

@@ -555,7 +555,7 @@ function format_drive {
555 555
     trap "rm -f $data" 0 1 2 5 15
556 556
     dialog --backtitle "Freedombone Control Panel" \
557 557
            --title "Format a USB drive (LUKS encrypted)" \
558
-           --radiolist "Choose a drive:" 14 70 5 \
558
+           --radiolist "Choose a drive:" 12 70 5 \
559 559
            1 "sda (Beaglebone Black)" off \
560 560
            2 "sdb" off \
561 561
            3 "sdc" off \