diff --git a/borg-gui.sh b/borg-gui.sh
index 2a8dd9f..ffd141b 100755
--- a/borg-gui.sh
+++ b/borg-gui.sh
@@ -53,7 +53,7 @@ SauvegardeBorg () {
DossierPresent $borg_repo
DossierPresent $borg_dir
- zenity --width=500 --height=600 --info --text="$(cd $dossierprofil && cat $fichierprofil)"
+ zenity --width=500 --height=600 --info --text="$(cd $dossierprofil && cat $fichierprofil)"
borg create $borg_excludes $borg_compress $borg_repo::$borg_archive $borg_dir | zenity --width=400 --progress --pulsate --auto-close --title="Sauvegarde en cours..."
sync | zenity --width=400 --progress --pulsate --auto-close --title="Synchronisation des écritures..."
@@ -137,7 +137,7 @@ elif [ "$choixmenu" = "info_depot" ];then
elif [ "$choixmenu" = "afficher_variables_profil" ];then
info=$(cd $dossierprofil && cat $fichierprofil)
- zenity --width=500 --height=600 --info --text="$info"
+ zenity --width=600 --height=400 --info --text="$info"
elif [ "$choixmenu" = "" ];then
zenity --width=500 --info --text="Aucun choix, retour au menu."