From 7a55ac09fa667fa25f446672001ca25d4d2d31cb Mon Sep 17 00:00:00 2001 From: RaspberryPiNews Date: Wed, 13 Jan 2021 04:32:08 +0000 Subject: [PATCH] Update 'debian/client/common/usr/bin/minecraft-pi' --- debian/client/common/usr/bin/minecraft-pi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/client/common/usr/bin/minecraft-pi b/debian/client/common/usr/bin/minecraft-pi index f86ede8..97f86c6 100755 --- a/debian/client/common/usr/bin/minecraft-pi +++ b/debian/client/common/usr/bin/minecraft-pi @@ -32,7 +32,7 @@ export DOCKER_COMPOSE="docker-compose -f /usr/share/minecraft-pi/client/docker-c # Ensure Features Are Selected if [ -z "${MCPI_FEATURES+x}" ]; then - MCPI_FEATURES="$(sh -c "zenity --class \"${ZENITY_CLASS}\" --list --checklist --column 'Enabled' --column 'Feature' ${AVAILABLE_FEATURES}")" + MCPI_FEATURES="$(sh -c "zenity --class \"${ZENITY_CLASS}\" --list --checklist --column 'Enabled' --column 'Feature' ${AVAILABLE_FEATURES} --width=600 --height=600")" fi if [ -z "${MCPI_USERNAME+x}" ]; then MCPI_USERNAME="$(zenity --class "${ZENITY_CLASS}" --entry --text 'Minecraft Username:' --entry-text 'StevePi')"