Skip to content

Commit cb53db1

Browse files
authored
Change autoscrolls to true (#82)
1 parent 9d3b9b1 commit cb53db1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/no/spk/fiskeoye/plugin/ui/FiskeoyePanel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ internal abstract class FiskeoyePanel : SimpleToolWindowPanel(true, true), DumbA
7272
intercellSpacing = Dimension()
7373
componentPopupMenu = buildPopupMenu(this)
7474
font = buildFont()
75-
autoscrolls = false
75+
autoscrolls = true
7676
autoResizeMode = AUTO_RESIZE_OFF
7777
setDefaultRenderer(LabelIcon::class.java, LabelIconRenderer())
7878
setSelectionMode(ListSelectionModel.SINGLE_INTERVAL_SELECTION)

0 commit comments

Comments
 (0)