correction largeur des boite de dialogue de saisie (renommer et filtre)
This commit is contained in:
parent
9422c4412b
commit
a34789851f
@ -271,7 +271,7 @@ fi
|
|||||||
if [ "$Borg_Archive" = "" ];then
|
if [ "$Borg_Archive" = "" ];then
|
||||||
zenity $W --info --text "Aucune archive choisie, retour au menu"
|
zenity $W --info --text "Aucune archive choisie, retour au menu"
|
||||||
else
|
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
|
borg rename "$borg_repo"::"$Borg_Archive" "$borg_nouveaunom" | ZenityPulsate
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -287,7 +287,7 @@ fi
|
|||||||
|
|
||||||
elif [ "$choixmenu" = "fi" ];then
|
elif [ "$choixmenu" = "fi" ];then
|
||||||
#Filtre
|
#Filtre
|
||||||
filter=$(zenity --entry)
|
filter=$(zenity $W --entry)
|
||||||
|
|
||||||
elif [ "$choixmenu" = "id" ];then
|
elif [ "$choixmenu" = "id" ];then
|
||||||
# Information sur le dépôt
|
# Information sur le dépôt
|
||||||
|
Loading…
Reference in New Issue
Block a user