Skip to content

Commit

Permalink
improved scrolling for instant messages
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Aug 29, 2024
1 parent 42d8f2a commit 1abf768
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,8 @@ public ArchiveFilePanel() {
this.dto = null;
this.initializing = true;
initComponents();

this.jScrollPane9.getVerticalScrollBar().setUnitIncrement(16);

this.cmdCopyCaseNumber.setText("");
this.cmdEditCaseNumber.setText("");
Expand Down

0 comments on commit 1abf768

Please sign in to comment.