diff --git a/python/src/com/jetbrains/python/packaging/toolwindow/ui/PyInstallDialogVersionPanel.kt b/python/src/com/jetbrains/python/packaging/toolwindow/ui/PyInstallDialogVersionPanel.kt index bcf837fcb19a..44fdd6e155ed 100644 --- a/python/src/com/jetbrains/python/packaging/toolwindow/ui/PyInstallDialogVersionPanel.kt +++ b/python/src/com/jetbrains/python/packaging/toolwindow/ui/PyInstallDialogVersionPanel.kt @@ -123,6 +123,7 @@ internal class PyInstallDialogVersionPanel( val panel = JPanel(BorderLayout()).apply { isOpaque = false preferredSize = Dimension(-1, JBUI.CurrentTheme.List.rowHeight() * 2 + JBValue.UIInteger("Component.focusWidth", 2).get() * 2) + border = JBUI.Borders.customLineTop(JBUI.CurrentTheme.Popup.separatorColor()) } val mainPanel = JPanel(BorderLayout()).apply { isOpaque = false