We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749f8b1 commit 0fbb166Copy full SHA for 0fbb166
src/main/kotlin/ReflectPanel.kt
@@ -20,7 +20,7 @@ class ReflectPanel : AbstractPanel() {
20
init {
21
ReflectionActions(this)
22
table.autoResizeMode = JTable.AUTO_RESIZE_ALL_COLUMNS
23
- table.columnModel.getColumn(0).preferredWidth = 30 // ID
+ table.columnModel.getColumn(0).preferredWidth = 40 // ID
24
table.columnModel.getColumn(1).preferredWidth = 50 // method
25
table.columnModel.getColumn(2).preferredWidth = 120 // host
26
table.columnModel.getColumn(3).preferredWidth = 450 // params
0 commit comments