Mention --buttonsize in manpage; tab completion
This commit is contained in:
parent
5946a0fa71
commit
659b786fe5
2 changed files with 15 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.\" tuxpaint.1 - 2021.01.13
|
||||
.TH TUXPAINT 1 "13 January 2021" "0.9.26" "Tux Paint"
|
||||
.\" tuxpaint.1 - 2021.01.18
|
||||
.TH TUXPAINT 1 "18 January 2021" "0.9.26" "Tux Paint"
|
||||
.SH NAME
|
||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||
|
||||
|
|
@ -19,6 +19,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
|||
.br
|
||||
[\-\-orient=portrait]
|
||||
.br
|
||||
[\-\-buttonsize SIZE]
|
||||
.br
|
||||
[\-\-startblank]
|
||||
.br
|
||||
[\-\-nosound]
|
||||
|
|
@ -155,6 +157,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
|||
.br
|
||||
[\-\-orient=landscape]
|
||||
.br
|
||||
[\-\-buttonsize 48]
|
||||
.br
|
||||
[\-\-startlast]
|
||||
.br
|
||||
[\-\-sound]
|
||||
|
|
@ -296,6 +300,12 @@ change the WIDTH and HEIGHT values in the configuration file or on the
|
|||
command-line. (This is useful on devices where the screen can be rotated,
|
||||
e.g. tablet PCs.)
|
||||
|
||||
.TP 8
|
||||
.B \-\-buttonsize SIZE
|
||||
Adjust the size of the buttons in \fITux Paint's\fP user interface,
|
||||
between 24 and 192 pixels (48 is the default, and suitable for displays
|
||||
with 96 to 120dpi pixel density).
|
||||
|
||||
.TP 8
|
||||
.B \-\-nosound \-\-sound
|
||||
Disable or enable (default) sound.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue