From 6e9dd5ee4c96f350e57c4d47463c3b95cd1e007d Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Wed, 28 Sep 2022 01:54:12 -0700 Subject: [PATCH] Add --buttonsize=48 and =auto to bash completion file --- src/tuxpaint-completion.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tuxpaint-completion.bash b/src/tuxpaint-completion.bash index b816f966d..01b2955da 100644 --- a/src/tuxpaint-completion.bash +++ b/src/tuxpaint-completion.bash @@ -3,7 +3,7 @@ # Bill Kendrick ; http://www.tuxpaint.org/ # Based on inkscape's completion file, by allali@univ-mlv.fr # -# Last modified 2022-09-05 +# Last modified 2022-09-28 # # $Id$ @@ -30,7 +30,7 @@ _tuxpaint() --native \ --disablescreensaver --allowscreensaver \ --orient=landscape --orient=portrait \ - --buttonsize \ + --buttonsize --buttonsize=48 --buttonsize=auto \ -b --startblank --startlast \ --sound -q --nosound \ --stereo --nostereo \