From 667a4517d9e666139aaa8b700a8219a027636c16 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 20 Dec 2016 15:11:59 +0000 Subject: [PATCH] dialog widths --- src/freedombone-app-turtl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone-app-turtl b/src/freedombone-app-turtl index 7112ebbc..7d57fe03 100755 --- a/src/freedombone-app-turtl +++ b/src/freedombone-app-turtl @@ -126,12 +126,12 @@ function configure_interactive_turtl_signups { 0) turtl_enable_registrations dialog --title $"Allow new turtl signups" \ - --msgbox $"New turtl user registrations are now allowed" 6 40 + --msgbox $"New turtl user registrations are now allowed" 6 60 return;; 1) turtl_disable_registrations dialog --title $"Disable new turtl signups" \ - --msgbox $"New turtl user registrations are now disabled" 6 40 + --msgbox $"New turtl user registrations are now disabled" 6 60 return;; 255) return;; esac