From c1d9f5a0bb04a01999bd235745ac0597033e629d Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Sat, 17 Jan 2009 02:13:46 +0000 Subject: [PATCH] revert a minor change to the size of a dialog. --- src/usr/bin/sbopkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/bin/sbopkg b/src/usr/bin/sbopkg index 02c1abe..3669b73 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -691,7 +691,7 @@ while [ 0 ]; do "Browsing the $CATEGORY category" --backtitle "Currently using the \ SlackBuilds.org $SLACKVER repository." --menu \ "Please select a software package or press to go back." \ -20 70 15 --file $TMP/sbopkg_category_items_list \ +20 70 14 --file $TMP/sbopkg_category_items_list \ 2>$TMP/sbopkg_item_selection if [ $? != 0 ]; then break