From dd1ffad50ed05ff0d42c781cf1b36cc83bf53bea Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Mon, 12 Jan 2009 23:12:23 +0000 Subject: [PATCH] resize the main menu and the utilities just a touch to eliminate blank space --- src/usr/bin/sbopkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usr/bin/sbopkg b/src/usr/bin/sbopkg index 3de9d96..0ecff83 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -1698,7 +1698,7 @@ dialog --default-item "$G" --title "Utilities" --backtitle \ "Currently using the SlackBuilds.org $SLACKVER repository." \ --cancel-label "Back" --menu \ "\nChoose one of the following or press to go back.\n" \ - 18 69 5 \ + 15 69 5 \ "Cache" "View the contents of the cache directory" \ "Log" "View the permanent build log" \ "Version" "Select Slackware version (currently: $SLACKVER)" \ @@ -1786,7 +1786,7 @@ dialog --default-item "$R" --title "SlackBuilds.org Package Browser \ (sbopkg version $SBOVER)" --backtitle "Currently using the \ SlackBuilds.org $SLACKVER repository." --menu \ "\nChoose one of the following or press to exit.\n" \ - 23 69 10 \ + 19 69 10 \ "Rsync" "Rsync with SlackBuilds.org" \ "ChangeLog" "View the SlackBuilds.org ChangeLog" \ "Packages" "List installed SBo packages" \