[jupyter] PY-72982 minor - fixed redundant empty space in the below cell panel

GitOrigin-RevId: 7a2522cf9ddf4a1885e0ed0582fca1905a13fb22
This commit is contained in:
Bogdan Kirilenko
2024-06-03 14:00:04 +02:00
committed by intellij-monorepo-bot
parent 0d59b47abd
commit f277a952c2

View File

@@ -16,7 +16,7 @@ class NotebookBelowCellDelimiterPanel(
val editor: EditorImpl,
@Nls private val tooltipText: String?,
private val executionCount: Int?,
private val statusIcon: Icon,
private val statusIcon: Icon?,
private val isExecutable: Boolean
) : JPanel(BorderLayout()) {
private val notebookAppearance = editor.notebookAppearance