From f277a952c2adf5dc9ee093515ed455ecb5b28118 Mon Sep 17 00:00:00 2001 From: Bogdan Kirilenko Date: Mon, 3 Jun 2024 14:00:04 +0200 Subject: [PATCH] [jupyter] PY-72982 minor - fixed redundant empty space in the below cell panel GitOrigin-RevId: 7a2522cf9ddf4a1885e0ed0582fca1905a13fb22 --- .../ui/visualization/NotebookBelowCellDelimiterPanel.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/notebook-ui/src/org/jetbrains/plugins/notebooks/ui/visualization/NotebookBelowCellDelimiterPanel.kt b/notebooks/notebook-ui/src/org/jetbrains/plugins/notebooks/ui/visualization/NotebookBelowCellDelimiterPanel.kt index aa818ad57d58..56dc50f4b679 100644 --- a/notebooks/notebook-ui/src/org/jetbrains/plugins/notebooks/ui/visualization/NotebookBelowCellDelimiterPanel.kt +++ b/notebooks/notebook-ui/src/org/jetbrains/plugins/notebooks/ui/visualization/NotebookBelowCellDelimiterPanel.kt @@ -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