We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3b9b1 commit cb53db1Copy full SHA for cb53db1
1 file changed
src/main/kotlin/no/spk/fiskeoye/plugin/ui/FiskeoyePanel.kt
@@ -72,7 +72,7 @@ internal abstract class FiskeoyePanel : SimpleToolWindowPanel(true, true), DumbA
72
intercellSpacing = Dimension()
73
componentPopupMenu = buildPopupMenu(this)
74
font = buildFont()
75
- autoscrolls = false
+ autoscrolls = true
76
autoResizeMode = AUTO_RESIZE_OFF
77
setDefaultRenderer(LabelIcon::class.java, LabelIconRenderer())
78
setSelectionMode(ListSelectionModel.SINGLE_INTERVAL_SELECTION)
0 commit comments