From b48e31c246d84ffbc6c12574bb4d3e8cfdb7bbbe Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@freedombone.net>
Date: Mon, 8 May 2017 11:43:28 +0100
Subject: [PATCH] Reduce dialog height

---
 src/freedombone-addremove | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/freedombone-addremove b/src/freedombone-addremove
index 053e37727..d6a0735a2 100755
--- a/src/freedombone-addremove
+++ b/src/freedombone-addremove
@@ -208,7 +208,7 @@ function install_apps_selected {
             dialog --title $"$installs" \
                    --backtitle $"Freedombone" \
                    --defaultno \
-                   --yesno $"\nYou have chosen to install the $installs app.\n\nIf you select 'yes' then the install will go ahead.\n\nAre you sure that you wish to continue?" 15 60
+                   --yesno $"\nYou have chosen to install the $installs app.\n\nIf you select 'yes' then the install will go ahead.\n\nAre you sure that you wish to continue?" 11 60
         else
             dialog --title $"Add applications" \
                    --backtitle $"Freedombone" \
-- 
GitLab