Screen size can be rotated using the "--orient=portrait" command-line option or "orient=portait" configuration file setting. This swaps the width and height values used for window or screen size.
This commit is contained in:
parent
5dffed81d0
commit
3572c30937
4 changed files with 53 additions and 2 deletions
|
|
@ -93,6 +93,12 @@ Windows Users
|
|||
* 768x1024
|
||||
* 1600x1200
|
||||
|
||||
orient=portrait
|
||||
|
||||
Swaps the width/height options given to Tux Paint, useful for
|
||||
rotating the window on portait displays, such as a tablet PC
|
||||
that's in tablet orientation.
|
||||
|
||||
native=yes
|
||||
|
||||
When running Tux Paint in fullscreen mode, this assumes the
|
||||
|
|
@ -549,6 +555,7 @@ Windows Users
|
|||
|
||||
--fullscreen
|
||||
--WIDTHxHEIGHT
|
||||
--orient=portrait
|
||||
--native
|
||||
--startblank
|
||||
--nosound
|
||||
|
|
@ -583,6 +590,7 @@ Windows Users
|
|||
|
||||
--windowed
|
||||
--800x600
|
||||
--orient=landscape
|
||||
--startlast
|
||||
--sound
|
||||
--quit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue