From e3783c62d5f7f9d3bca30dc3273e1b028a6d7e93 Mon Sep 17 00:00:00 2001 From: punix Date: Tue, 14 Nov 2023 21:30:13 +0100 Subject: [PATCH] fix about --- wire_g | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wire_g b/wire_g index 849315d..6fd74a0 100755 --- a/wire_g +++ b/wire_g @@ -165,7 +165,7 @@ export -f up_or_down about(){ - yad --title="Wire-G" --center \ + yad --width=240 \ --borders=8 --buttons-layout=center --text-align=center \ --button=$"OK" --undecorated \ --image-on-top --image=${WG_PIC}wg-vpn-info.png \ @@ -175,7 +175,7 @@ about(){ At all Tunnels, the auto start is disabled. \n Version: $VERSION \n Use without warranty. \n -Download Wire-G \n" +Download Wire-G " }