fix box size

This commit is contained in:
Tobias Powalowski 2024-06-04 07:42:08 +02:00
parent 6269c389d0
commit 2807049627

View file

@ -242,7 +242,7 @@ _choose_btrfs_subvolume () {
_btrfs_compress || return 1
else
if [[ -n "${_SUBVOLUMES_DETECTED}" ]]; then
_dialog --title " ERROR " --no-mouse --infobox "All subvolumes of the device are already in use.\nSwitching to create a new one now." 4 50
_dialog --title " ERROR " --no-mouse --infobox "All subvolumes of the device are already in use.\nSwitching to create a new one now." 4 60
sleep 5
_prepare_btrfs_subvolume || return 1
fi