From 1abf7680456c62c9b1480e87310f33f294456778 Mon Sep 17 00:00:00 2001 From: j-dimension Date: Thu, 29 Aug 2024 10:41:24 +0200 Subject: [PATCH] improved scrolling for instant messages --- .../jlawyer/client/editors/files/ArchiveFilePanel.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/ArchiveFilePanel.java b/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/ArchiveFilePanel.java index aa46f43f5..f22c1a84d 100755 --- a/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/ArchiveFilePanel.java +++ b/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/ArchiveFilePanel.java @@ -841,6 +841,8 @@ public ArchiveFilePanel() { this.dto = null; this.initializing = true; initComponents(); + + this.jScrollPane9.getVerticalScrollBar().setUnitIncrement(16); this.cmdCopyCaseNumber.setText(""); this.cmdEditCaseNumber.setText("");