From a04e3b3338a242fbca8141b9883cb360e8fc18a0 Mon Sep 17 00:00:00 2001 From: Holger Paradies Date: Thu, 25 Feb 2021 20:46:56 +0100 Subject: kanotix-irc-1.0.8 center yad window --- kanotix-irc/debian/changelog | 6 ++++++ kanotix-irc/kanotix-irc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/kanotix-irc/debian/changelog b/kanotix-irc/debian/changelog index 382a2bb..8ff48a9 100644 --- a/kanotix-irc/debian/changelog +++ b/kanotix-irc/debian/changelog @@ -1,3 +1,9 @@ +kanotix-irc (1.0.8) unstable; urgency=medium + + * center option for yad + + -- Holger Paradies Thu, 25 Feb 2021 20:45:58 +0100 + kanotix-irc (1.0.7) unstable; urgency=medium * add yad as dialog diff --git a/kanotix-irc/kanotix-irc b/kanotix-irc/kanotix-irc index 9ffa467..b61b620 100755 --- a/kanotix-irc/kanotix-irc +++ b/kanotix-irc/kanotix-irc @@ -62,7 +62,7 @@ inputbox() elif [ -x "$ZENITY" ]; then "$ZENITY" --title="$TITLE" --entry --text="$TEXT" --entry-text="$INIT" elif [ -x "$YAD" ]; then - "$YAD" --title="$TITLE" --entry --text="$TEXT" --entry-text="$INIT" + "$YAD" --center --title="$TITLE" --entry --text="$TEXT" --entry-text="$INIT" fi else "$DIALOG" --stdout --title "$TITLE" --inputbox "$TEXT" $HEIGHT $WIDTH "$INIT" -- cgit v1.0