diff --git a/bin/mcc b/bin/mcc
index 129c35d..f78de07 100755
--- a/bin/mcc
+++ b/bin/mcc
@@ -620,7 +620,7 @@ GDK_BACKEND=x11 yad --window-icon=mcc \
--tab="$HELP"\
--tab="$THEMES" \
--title="$TITLE" --image=/usr/share/icons/hicolor/48x48/apps/mcc.png \
- --width="720" --height="420" --image-on-top --text-justify=right --text="$MCC" --no-buttons > $out &
+ --width="720" --height="420" --text-justify=right --text="$MCC" --no-buttons > $out &
else
GDK_BACKEND=x11 yad --window-icon=mcc \
@@ -638,7 +638,7 @@ GDK_BACKEND=x11 yad --window-icon=mcc \
--tab="$LOOK" \
--tab="$HELP"\
--title="$TITLE" --image=/usr/share/icons/hicolor/48x48/apps/mcc.png \
- --width="720" --height="420" --image-on-top --text-justify=right --text="$MCC" --no-buttons > $out &
+ --width="720" --height="420" --text-justify=right --text="$MCC" --no-buttons > $out &
fi
}
@@ -793,7 +793,7 @@ GDK_BACKEND=x11 yad --window-icon=mcc \
--tab="$THEMES" \
--tab="$HELP"\
--title="$TITLE - Labwc (beta)" --image=/usr/share/icons/hicolor/48x48/apps/mcc.png \
- --width="720" --height="420" --image-on-top --text-justify=right --text="$MCC" --no-buttons > $out &
+ --width="720" --height="420" --text-justify=right --text="$MCC" --no-buttons > $out &
}
diff --git a/bin/mwelcome b/bin/mwelcome
index 43034df..d190911 100755
--- a/bin/mwelcome
+++ b/bin/mwelcome
@@ -110,8 +110,8 @@ OSVERSION=$(lsb_release -r | awk '{print $2}')
OSCODE=$(lsb_release -c | awk '{print $2}')
FONT="foreground='dark green' font='14'"
-values=($(yad --window-icon=distributor-logo-mabox --center --buttons-layout="edge" --borders=20 --width=520 --height=380 \
- --image=/usr/share/icons/mabox_trans_64.png --image-on-top \
+values=($(yad --window-icon=distributor-logo-mabox --center --buttons-layout="edge" --borders=20 --width=520 --height=380 \
+ --image=/usr/share/icons/mabox_trans_64.png \
--text="$OSNAME $OSVERSION $OSCODE\n\n$TXT1" \
--title="$TITLE" \
--columns=3 --align="center" --form \