Skip to content

Commit

Permalink
refactor(Log Tail Component): Always display horizontal scrollbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Jun 5, 2022
1 parent 1504a8e commit fa20df4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public JComponent create(String tooltip) {
new JScrollPane(
textArea,
JScrollPane.VERTICAL_SCROLLBAR_ALWAYS,
JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS);

new SmartScroller(scrollPane, SmartScroller.VERTICAL, SmartScroller.END);

Expand Down

0 comments on commit fa20df4

Please sign in to comment.