Fix Tactile Window Size
This commit is contained in:
parent
8ea79e4b7b
commit
f59b74f403
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,5 @@
|
|||||||
__pycache__\
|
__pycache__
|
||||||
|
build
|
||||||
|
dist
|
||||||
questions
|
questions
|
||||||
questionnaire.py
|
questionnaire.py
|
@ -5,8 +5,8 @@ System:Protocol int OperatorBackLink= 1 1 0 1 // Send final state and signal inf
|
|||||||
System:Core%20Connections string OperatorIP= 127.0.0.1 127.0.0.1 % % // the Operator module's IP (noedit)(readonly)
|
System:Core%20Connections string OperatorIP= 127.0.0.1 127.0.0.1 % % // the Operator module's IP (noedit)(readonly)
|
||||||
Connector:ConnectorInput list ConnectorInputFilter= 0 // list of state names or signal elements to allow, "*" for any, signal elements as in "Signal(1,0)"
|
Connector:ConnectorInput list ConnectorInputFilter= 0 // list of state names or signal elements to allow, "*" for any, signal elements as in "Signal(1,0)"
|
||||||
Connector:ConnectorInput string ConnectorInputAddress= % localhost:20320 % % // IP address/port to read from, e.g. localhost:20320
|
Connector:ConnectorInput string ConnectorInputAddress= % localhost:20320 % % // IP address/port to read from, e.g. localhost:20320
|
||||||
Application:Application%20Window:ApplicationWindow int WindowWidth= 1920 640 0 % // width of Application window
|
Application:Application%20Window:ApplicationWindow int WindowWidth= 640 640 0 % // width of Application window
|
||||||
Application:Application%20Window:ApplicationWindow int WindowHeight= 1080 480 0 % // height of Application window
|
Application:Application%20Window:ApplicationWindow int WindowHeight= 480 480 0 % // height of Application window
|
||||||
Application:Application%20Window:ApplicationWindow int WindowLeft= 0 0 % % // screen coordinate of Application window's left edge
|
Application:Application%20Window:ApplicationWindow int WindowLeft= 0 0 % % // screen coordinate of Application window's left edge
|
||||||
Application:Application%20Window:ApplicationWindow int WindowTop= 0 0 % % // screen coordinate of Application window's top edge
|
Application:Application%20Window:ApplicationWindow int WindowTop= 0 0 % % // screen coordinate of Application window's top edge
|
||||||
Application:Application%20Window:ApplicationWindow string WindowBackgroundColor= 0x000000 0x505050 % % // Application window background color (color)
|
Application:Application%20Window:ApplicationWindow string WindowBackgroundColor= 0x000000 0x505050 % % // Application window background color (color)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user