From d9967941bcec85240ecbb31753c00b8b58dde0b0 Mon Sep 17 00:00:00 2001 From: Dr Masroor Ehsan Date: Tue, 28 Jan 2025 09:35:00 +0600 Subject: [PATCH] stone --- config/orthanc/stone.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/orthanc/stone.json b/config/orthanc/stone.json index 6740d49..3217d51 100644 --- a/config/orthanc/stone.json +++ b/config/orthanc/stone.json @@ -2,6 +2,12 @@ "StoneWebViewer": { "DateFormat": "DD/MM/YYYY", "PrintEnabled": false, + "CombinedToolEnabled": true, + "CombinedToolBehaviour": { + "LeftMouseButton": "Windowing", + "MiddleMouseButton": "Pan", + "RightMouseButton": "Zoom" + }, "DownloadAsJpegEnabled": false, "DownloadStudyEnabled": false, "DownloadDicomDir": false, @@ -9,6 +15,6 @@ "ShowInfoPanelAtStartup": "Never", "ShowUserPreferencesButton": true, "ShowNotForDiagnosticUsageDisclaimer": false, - "DicomCacheSize": 2048 + "DicomCacheSize": 256 } } \ No newline at end of file