Skip to content

Commit

Permalink
Adjust Extension Tab UI Fix #109
Browse files Browse the repository at this point in the history
  • Loading branch information
sealkingking committed Mar 2, 2019
1 parent 60e325b commit 0fb665e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/kotlin/wu/seal/jsontokotlin/ui/ExtensionsTab.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class ExtensionsTab(layout: LayoutManager?, isDoubleBuffered: Boolean) : JPanel(
ExtensionsCollector.extensions.forEach {
row(separated = false) {
it.createUI().apply {
background = Color(225,225,225)
preferredSize = JBDimension(500, 0)
}.invoke()
}
Expand Down

0 comments on commit 0fb665e

Please sign in to comment.