diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-30 19:47:51 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-30 19:47:51 +0100 |
commit | 680ddff11ec8e46101c43c1919dad1ff328fc9a1 (patch) | |
tree | 8a70e635491e36c0f63124a465310602f52f3a01 /arch-installer.sh | |
parent | Added none option for desktop environments (diff) | |
download | arch-installer-680ddff11ec8e46101c43c1919dad1ff328fc9a1.tar.gz arch-installer-680ddff11ec8e46101c43c1919dad1ff328fc9a1.tar.bz2 arch-installer-680ddff11ec8e46101c43c1919dad1ff328fc9a1.tar.xz arch-installer-680ddff11ec8e46101c43c1919dad1ff328fc9a1.tar.zst arch-installer-680ddff11ec8e46101c43c1919dad1ff328fc9a1.zip |
UI fix
Diffstat (limited to 'arch-installer.sh')
-rwxr-xr-x | arch-installer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-installer.sh b/arch-installer.sh index 11667b3..9889eaf 100755 --- a/arch-installer.sh +++ b/arch-installer.sh @@ -114,7 +114,7 @@ jo_get_de() { --yesno "Do you wish to install a graphical environment?"\ 6 45; then sel=$(dialog --nocancel --title "$1"\ - --radiolist "Which desktop environment would you like to install?" 15 50 8 \ + --radiolist "Which desktop environment would you like to install?" 17 50 9 \ gnome "Gnome with gdm" on \ mate "MATE with lightdm" off \ kde "KDE Plasma with kdm" off \ |