Skip to content

Commit 0fb665e

Browse files
committed
Adjust Extension Tab UI Fix #109
1 parent 60e325b commit 0fb665e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/wu/seal/jsontokotlin/ui/ExtensionsTab.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ class ExtensionsTab(layout: LayoutManager?, isDoubleBuffered: Boolean) : JPanel(
1818
ExtensionsCollector.extensions.forEach {
1919
row(separated = false) {
2020
it.createUI().apply {
21-
background = Color(225,225,225)
2221
preferredSize = JBDimension(500, 0)
2322
}.invoke()
2423
}

0 commit comments

Comments
 (0)