Browse Source

Fix Tactile Window Size

master
Igor Beloschapkin 3 years ago
parent
commit
f59b74f403
2 changed files with 5 additions and 3 deletions
  1. 3
    1
      .gitignore
  2. 2
    2
      TactileCalibration.prm

+ 3
- 1
.gitignore View File

@@ -1,3 +1,5 @@
__pycache__\
__pycache__
build
dist
questions
questionnaire.py

+ 2
- 2
TactileCalibration.prm View File

@@ -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)
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
Application:Application%20Window:ApplicationWindow int WindowWidth= 1920 640 0 % // width of Application window
Application:Application%20Window:ApplicationWindow int WindowHeight= 1080 480 0 % // height of Application window
Application:Application%20Window:ApplicationWindow int WindowWidth= 640 640 0 % // width 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 WindowTop= 0 0 % % // screen coordinate of Application window's top edge
Application:Application%20Window:ApplicationWindow string WindowBackgroundColor= 0x000000 0x505050 % % // Application window background color (color)

Loading…
Cancel
Save