From 876f33797e031c6c7b39989a18adbd6d234e4989 Mon Sep 17 00:00:00 2001 From: Gobbo Alexandre Date: Tue, 18 May 2021 16:04:37 +0200 Subject: [PATCH] ScreenPanel does not persist size and location --- screen_panel | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/screen_panel b/screen_panel index 889b607..4dfe566 100755 --- a/screen_panel +++ b/screen_panel @@ -22,7 +22,8 @@ done echo "ScreenPanel" ${SP_VER} -/sf/bernina/bin/pshell_be -l -d -k -q -b -e -g -n -buf=10 -poll=250 -clog=SEVERE \ +/sf/bernina/bin/pshell_be -l -d -q -b -e -g -n -buf=10 -poll=250 -clog=SEVERE \ + -size=1000x800 \ -p=/opt/gfa/pshell/apps/screen_panel/SfCamera.java \ -p=/opt/gfa/pshell/apps/screen_panel/Inventory.java \ -p=/opt/gfa/pshell/apps/screen_panel/CameraCalibrationDialog.java \