From f59b74f403821f691112d77ab6f7910ee52822d1 Mon Sep 17 00:00:00 2001 From: Igor Beloschapkin Date: Tue, 8 Sep 2020 11:37:26 +0200 Subject: [PATCH] Fix Tactile Window Size --- .gitignore | 4 +++- TactileCalibration.prm | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 796ab18..07eaedb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ -__pycache__\ +__pycache__ +build +dist questions questionnaire.py \ No newline at end of file diff --git a/TactileCalibration.prm b/TactileCalibration.prm index c4a6d1f..53d29a2 100644 --- a/TactileCalibration.prm +++ b/TactileCalibration.prm @@ -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)