mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[jupyter] PY-72982 minor - fixed redundant empty space in the below cell panel
GitOrigin-RevId: 7a2522cf9ddf4a1885e0ed0582fca1905a13fb22
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0d59b47abd
commit
f277a952c2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user