From 5c9b2575c63559f8fa65f49b824e188032f942c1 Mon Sep 17 00:00:00 2001 From: Botspot Date: Wed, 28 Oct 2020 21:36:41 -0500 Subject: [PATCH] make app list taller --- gui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui b/gui index bbb4e90..9e23273 100755 --- a/gui +++ b/gui @@ -36,7 +36,7 @@ while true;do while [ -z "$output" ];do - output="$(echo -e "$LIST" | yad --center --title='Pi-Apps' --width=310 --height=300 --no-headers \ + output="$(echo -e "$LIST" | yad --center --title='Pi-Apps' --width=310 --height=400 --no-headers \ --list --separator='\n' --window-icon="${DIRECTORY}/icons/logo.png" \ --column=:IMG --column=:IMG --column=Name --column=tip:HD --print-column=3 --tooltip-column=4 \ --button=Install!"${DIRECTORY}/icons/install.png":4 \