bump size of category list due to new 2 new categories

This commit is contained in:
chess.griffin 2008-05-17 00:48:54 +00:00
parent 7c89d46216
commit 03c2df6a40

View File

@ -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