mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-27 09:58:28 +01:00
bump size of category list due to new 2 new categories
This commit is contained in:
parent
7c89d46216
commit
03c2df6a40
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue