PY-91394 [PPTW] Add top border to bottom panel in install dialog version panel UI

(cherry picked from commit 12dd3c7d4a7e7cd123f27bd26e6e0cb0f3dc81a5)

IJ-MR-216737

GitOrigin-RevId: 2c8e639f27bc3d5fabae9d40ca7260bafd127683
This commit is contained in:
TimurMalanin
2026-08-03 18:45:23 +00:00
committed by intellij-monorepo-bot
parent 736435bb09
commit 3d8f38b901
@@ -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