Skip to content

Commit 0fbb166

Browse files
committed
Increase size for id column
1 parent 749f8b1 commit 0fbb166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/ReflectPanel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ReflectPanel : AbstractPanel() {
2020
init {
2121
ReflectionActions(this)
2222
table.autoResizeMode = JTable.AUTO_RESIZE_ALL_COLUMNS
23-
table.columnModel.getColumn(0).preferredWidth = 30 // ID
23+
table.columnModel.getColumn(0).preferredWidth = 40 // ID
2424
table.columnModel.getColumn(1).preferredWidth = 50 // method
2525
table.columnModel.getColumn(2).preferredWidth = 120 // host
2626
table.columnModel.getColumn(3).preferredWidth = 450 // params

0 commit comments

Comments
 (0)