correction largeur des boite de dialogue de saisie (renommer et filtre)

This commit is contained in:
Djan GICQUEL 2022-07-17 03:05:51 +02:00
parent 9422c4412b
commit a34789851f
1 changed files with 2 additions and 2 deletions

View File

@ -271,7 +271,7 @@ fi
if [ "$Borg_Archive" = "" ];then
zenity $W --info --text "Aucune archive choisie, retour au menu"
else
borg_nouveaunom=$(zenity --entry --text "Nouveau nom" --entry-text="$Borg_Archive")
borg_nouveaunom=$(zenity $W --entry --text "Nouveau nom" --entry-text="$Borg_Archive")
borg rename "$borg_repo"::"$Borg_Archive" "$borg_nouveaunom" | ZenityPulsate
fi
@ -287,7 +287,7 @@ fi
elif [ "$choixmenu" = "fi" ];then
#Filtre
filter=$(zenity --entry)
filter=$(zenity $W --entry)
elif [ "$choixmenu" = "id" ];then
# Information sur le dépôt