diff --git a/bin/mabox-todo.sh b/bin/mabox-todo.sh
index dbbbee7..5cc3c26 100755
--- a/bin/mabox-todo.sh
+++ b/bin/mabox-todo.sh
@@ -105,7 +105,7 @@ clearfilter(){
sd "filter.*$" "filter=" ${CFG_FILE}
}
addtask(){
-task=$(yad --width=400 --center --border=40 --undecorated --no-buttons --close-on-unfocus --text-align=center --text "$_ADD_NEWTASK\n Enter - $_ADD | Esc - $_ABORT" --entry --entry-text="$_TASKDESC" --ricon=gtk-clear)
+task=$(yad --width=400 --center --borders=40 --undecorated --no-buttons --close-on-unfocus --text-align=center --text "$_ADD_NEWTASK\n Enter - $_ADD | Esc - $_ABORT" --entry --entry-text="$_TASKDESC" --ricon=gtk-clear)
if [ ! -z "${task}" ];then
#notify-send.sh "okej" "${task}"
pass_to_todo_sh add "${task}"
@@ -114,7 +114,7 @@ else
fi
}
addfile(){
-file=$(yad --skip-taskbar --width=400 --center --border=40 --undecorated --no-buttons --text-align=center --text "$_ADD_NEWTODOLIST" --entry --entry-text="$_TODONAME" --ricon=gtk-clear)
+file=$(yad --skip-taskbar --width=400 --center --borders=40 --undecorated --no-buttons --text-align=center --text "$_ADD_NEWTODOLIST" --entry --entry-text="$_TODONAME" --ricon=gtk-clear)
if [ ! -z "${file}" ];then
#Remove spaces
file=${file// /_}