From 3c6fe1c4a8f27ed24b783585de5a2be225be0185 Mon Sep 17 00:00:00 2001
From: Carmelo Pellegrino <carmelo.pellegrino@gmail.com>
Date: Thu, 21 May 2015 18:09:55 +0200
Subject: [PATCH] window size set

---
 patch-control.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/patch-control.sh b/patch-control.sh
index a60b560..9c8e6e8 100644
--- a/patch-control.sh
+++ b/patch-control.sh
@@ -49,6 +49,8 @@ function get_run_setup_file() {
                    --list \
                    --text "Select one of the following Run Setups:" \
                    --radiolist \
+                   --width=600 \
+                   --height=400 \
                    --column="Selection" \
                    --column="Run Setup file" \
                    --column="Run Setup name" \
-- 
GitLab