@@ -1873,7 +1873,7 @@ function app_settings {
choice=$(dialog --stdout --backtitle $"Freedombone" \
--title $"Change Settings for an App" \
--radiolist $'Choose:' \
- 27 40 20 $applist)
+ 16 40 20 $applist)
if [ $? -eq 0 ]; then
app_index=$[choice-1]