From 397ca87c22d5963f7bbb5ceb4b012b4e925d46bf Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Tue, 20 Dec 2022 15:01:49 +0100 Subject: [PATCH] Startup --- config/preferences.json | 30 +++++++++++++++++++++++------- config/settings.properties | 2 +- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/config/preferences.json b/config/preferences.json index 3140e8a..7d889c5 100644 --- a/config/preferences.json +++ b/config/preferences.json @@ -19,10 +19,26 @@ "style" : 0, "size" : 13 }, - "fontPlotLabel" : null, - "fontPlotTick" : null, - "fontPlotTitle" : null, - "fontTerminal" : null, + "fontPlotLabel" : { + "name" : "SansSerif", + "style" : 0, + "size" : 11 + }, + "fontPlotTick" : { + "name" : "SansSerif", + "style" : 0, + "size" : 10 + }, + "fontPlotTitle" : { + "name" : "SansSerif", + "style" : 1, + "size" : 13 + }, + "fontTerminal" : { + "name" : "Monospaced", + "style" : 0, + "size" : 14 + }, "tabSize" : 4, "contentWidth" : 0, "editorBackground" : null, @@ -34,13 +50,13 @@ "dataPanelLocation" : null, "openDataFilesInDocTab" : false, "noVariableEvaluationPropagation" : false, - "processingScripts" : null, + "processingScripts" : [ ], "asyncViewersUpdate" : true, "scanPlotDisabled" : false, "scanTableDisabled" : false, "cachedDataPanel" : false, - "dataExtensions" : null, - "dataSubFiles" : null, + "dataExtensions" : "", + "dataSubFiles" : "", "hideFileName" : false, "showEmergencyStop" : false, "showHomingButtons" : false, diff --git a/config/settings.properties b/config/settings.properties index bde7acf..4bdbca0 100644 --- a/config/settings.properties +++ b/config/settings.properties @@ -1,4 +1,4 @@ -#Mon Aug 08 11:38:38 CEST 2022 +#Tue Dec 20 15:01:41 CET 2022 count_time=1 data_root=/sls/X04SA/data/x04sa/ES3/expdata user_path=../../expdata/pshell_development