revert a minor change to the size of a dialog.

This commit is contained in:
chess.griffin 2009-01-17 02:13:46 +00:00
parent 7e6349b150
commit c1d9f5a0bb

View File

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