From 03c2df6a40b592047dc34ac22a090cbfe0df0aac Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Sat, 17 May 2008 00:48:54 +0000 Subject: [PATCH] bump size of category list due to new 2 new categories --- 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 ab19a8e..c131eda 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -289,7 +289,7 @@ browse_categories () { get_category_list while [ 0 ]; do dialog --title "Choose a category" --menu "Please select the \ -category you wish to browse." 20 70 12 \ +category you wish to browse." 20 70 14 \ --file $TMP/sbopkg_category_list 2>$TMP/sbopkg_category_selection if [ $? = 1 ]; then break