mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user