From 1abbe2bd3c14ad7e84e5618f87c9e2b461a7475c Mon Sep 17 00:00:00 2001 From: "mauro.giachero" Date: Wed, 5 Aug 2009 21:26:58 +0000 Subject: [PATCH] Improve the spacing for a couple of dialogs. Signed-off-by: Mauro Giachero --- src/usr/sbin/sbopkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usr/sbin/sbopkg b/src/usr/sbin/sbopkg index 2a55b56..3f100ca 100755 --- a/src/usr/sbin/sbopkg +++ b/src/usr/sbin/sbopkg @@ -1961,7 +1961,7 @@ view_queue() { optionally installed, in the order listed from top to \ bottom.\n\nPlease select or unselect those packages you wish \ to keep in the build queue and then press to continue \ - or press to go back.")" 30 50 8 \ + or press to go back.")" 30 50 14 \ --file $TMPQUEUE 2> $ANSQUEUE case $? in # 0 = OK, 1 = Sort, 2 = Cancel, 3 = Reverse 0) @@ -3726,7 +3726,7 @@ queue_menu() { "Currently using the $REPO_DESC." \ --cancel-label "Back" --default-item "$DEFAULTITEM" --menu \ "Choose one of the following or press to go back.\n" \ - 15 60 9 \ + 16 60 9 \ "View" "View the current build queue" \ "Sort" "Sort items in build queue" \ "Remove" "Remove items in build queue" \